Patrick Monnerat
|
ce0881edee
mime: new MIME API.
|
7 years ago |
Daniel Stenberg
|
b22f93dbb8
http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD
|
7 years ago |
Alessandro Ghedini
|
9ad034e5a1
http2: disable server push if not requested
|
8 years ago |
Tatsuhiro Tsujikawa
|
c3e906e9cd
http2: handle closed streams when uploading
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Jay Satiro
|
3f57880ad1
http2: Use size_t type for data drain count
|
8 years ago |
Tatsuhiro Tsujikawa
|
86c633a893
http2: Ensure that http2_handle_stream_close is called
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Tatsuhiro Tsujikawa
|
15cb03ad84
http2: Support trailer fields
|
9 years ago |
Anders Bakken
|
5778e6f526
http2: discard frames with no SessionHandle
|
9 years ago |
Daniel Stenberg
|
f65ab8864e
http2: fixed the header accessor functions for the push callback
|
9 years ago |
Daniel Stenberg
|
feea9263e9
http2: setup the new pushed stream properly
|
9 years ago |
Jay Satiro
|
7da064fdd2
http: Add some include guards for the new HTTP/2 stuff
|
9 years ago |
Daniel Stenberg
|
897a7b3a13
http2: store upload state per stream
|
9 years ago |
Daniel Stenberg
|
522ca8c035
http2: rename s/data/pausedata
|
9 years ago |
Daniel Stenberg
|
783b3c7b42
http2: separate multiplex/pipelining + cleanup memory leaks
|
9 years ago |
Tatsuhiro Tsujikawa
|
d722138f29
http2: Don't call nghttp2_session_mem_recv while it is paused by a stream
|
9 years ago |
Tatsuhiro Tsujikawa
|
0dc0de0351
http2: Read data left in connection buffer after pause
|
9 years ago |
Daniel Stenberg
|
74a4bd5ecd
http2: store incoming h2 SETTINGS
|
9 years ago |
Daniel Stenberg
|
01e1bdb10c
http2: force "drainage" of streams
|
9 years ago |
Daniel Stenberg
|
7bbac214f5
http2: move the mem+len pair to the stream struct
|
9 years ago |
Daniel Stenberg
|
84c6b6561f
http2: more stream-oriented data, stream ID 0 is for connections
|
9 years ago |
Daniel Stenberg
|
2c238ea1fc
http2: move lots of state data to the 'stream' struct
|
9 years ago |
Daniel Stenberg
|
5fe71975e4
HTTP: partial start at fixing up hash-lookups on http2 frame receival
|
9 years ago |
Daniel Stenberg
|
7957d2eb92
http: a stream hash for h2 multiplexing
|
9 years ago |
Daniel Stenberg
|
d6440d7366
http2: move stream_id to the HTTP struct (per-stream)
|
9 years ago |
Tatsuhiro Tsujikawa
|
48b5374e65
http2: Return error if stream was closed with other than NO_ERROR
|
9 years ago |
Tatsuhiro Tsujikawa
|
595f5f0e43
HTTP2: Support expect: 100-continue
|
10 years ago |
Daniel Stenberg
|
ac887eedbc
CURLOPT_PROXYHEADER: set headers for proxy-only
|
11 years ago |
Tatsuhiro Tsujikawa
|
035b91a26c
http2: Support HTTP POST/PUT
|
10 years ago |