diff options
author | Tobias Thierer <tobiast@google.com> | 2016-07-12 16:31:05 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2016-07-13 14:49:22 +0100 |
commit | d2e78a951c29949bc1cbb691c42ea4202340f138 (patch) | |
tree | 8c0c5d2259ca06dd037b6609b1d5f862cf52bbc3 /annotations/generate_annotated_java_files.py | |
parent | e2137568dafbbb450c539d0f04f1618b485343c4 (diff) |
Regression test for HTTP proxy request line
Adds a test that demonstrates a regression from M in
the HTTP request line when a proxied connection
is made. It only affects URLs with empty paths (i.e. ones
without even a '/' after the host / authority). For
example, on M the request line for a request to
new URL("http://myhost").openConnection() would be:
GET http://myhost HTTP/1.1
but on N, without this change, it would be:
GET http://myhost/ HTTP/1.1
This change reverts to the M behavior.
Bug: 29983827
Change-Id: Ic457230cb9808546e079680b7ace79423ec30544
(cherry picked from commit d1288ce66ea8cb60353e8b1db9d31c8d5cf28127)
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions