1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-30 18:01:29 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Adrian Cole
5648a6868d In HttpURLConnection, pay attention when fixedContentLength is set to zero. 2014-05-22 08:48:40 -07:00
Jesse Wilson
ed70981925 Strip auth headers when redirected to another host.
These are potentially private and we don't want to leak them to another
host, regardless of whether they're created by the calling application or
by the Authenticator.
2014-05-19 23:18:07 -04:00
Jesse Wilson
22a03b59fa Drop ResponseSource. 2014-05-19 11:01:22 -04:00
Jesse Wilson
0676d8b173 Move code to the urlconnection module.
We don't need this code for the core OkHttp API.
2014-05-17 21:00:46 -04:00
Jesse Wilson
271cc7b632 First steps at making URLConnection a shim.
This extracts the URLConnection APIs to their own project. I still need to
go back and clean up some names in tests, add documentation, and move the
actual HttpURLConnection implementation details into this module.
2014-05-17 18:40:01 -04:00