thrift/lib
Márton Csordás 103a11c9c2 THRIFT-5467 Python: fix CannotSendHeader exception
Based on the python source for `http.client`, `HTTPConnection.putheader`
can only be called after a request has been started, and before it's
been sent. Otherwise it will throw a `http.client.CannotSendHeader`
exception.

If the server returns a `Set-Cookie` header, the client will always
fail with the `CannotSendHeader` exception because `HTTPConnection.putheader`
is called after reading the response.

With this patch we will call this method before the request has been sent.
2022-02-21 19:19:42 +01:00
..
c_glib Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup 2021-09-02 08:54:42 +02:00
cl THRIFT-5476 Deprecate Common Lisp support 2021-10-31 12:03:12 +01:00
cpp Fix winsock capitalization for case sensitive cross-compilation 2022-02-08 20:33:32 +01:00
d Release 0.16.0 2022-01-20 21:02:02 +01:00
dart Release 0.16.0 2022-01-20 21:02:02 +01:00
delphi Release 0.16.0 2022-01-20 21:02:02 +01:00
erl Release 0.16.0 2022-01-20 21:02:02 +01:00
go THRIFT-5495: close client when shutdown server in go lib 2022-02-16 14:14:40 -10:00
haxe Release 0.16.0 2022-01-20 21:02:02 +01:00
java THRIFT-5512: Update java dependencies 2022-02-09 08:57:06 -08:00
javame THRIFT-5430: Fix deadlock triggered by FieldMetaData.class. 2021-06-23 20:30:55 +02:00
js Release 0.16.0 2022-01-20 21:02:02 +01:00
json THRIFT-5171: Fix maven-ant-tasks to use HTTPS instead of HTTP 2020-04-23 21:58:00 +01:00
lua Release 0.16.0 2022-01-20 21:02:02 +01:00
netstd Merge branch '0.16.0' into master 2022-02-15 22:26:08 +01:00
nodejs THRIFT-5185: Support for using WebSockets as a server transport 2020-05-18 20:27:31 +01:00
nodets Consolidated gitignore & added missing EXTRA_DISTs 2021-02-05 12:58:49 +01:00
ocaml Release 0.16.0 2022-01-20 21:02:02 +01:00
perl Release 0.16.0 2022-01-20 21:02:02 +01:00
php FIX: missing EXTRA_DIST entries 2022-02-02 23:14:52 +01:00
py THRIFT-5467 Python: fix CannotSendHeader exception 2022-02-21 19:19:42 +01:00
rb Release 0.16.0 2022-01-20 21:02:02 +01:00
rs Merge branch '0.16.0' into master 2022-02-15 22:26:08 +01:00
st Release 0.16.0 2022-01-20 21:02:02 +01:00
swift Release 0.16.0 2022-01-20 21:02:02 +01:00
ts Release 0.16.0 2022-01-20 21:02:02 +01:00
xml THRIFT-3803 - Remove file attribute from include elements in XML generator 2016-04-29 23:29:29 +02:00
Makefile.am THRIFT-5347 Remove deprecated Haskell bindings 2021-03-22 09:42:38 +01:00