<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test1801, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>http2: disable server push if not requested</title>
<updated>2017-01-15T11:45:32+00:00</updated>
<author>
<name>Alessandro Ghedini</name>
<email>alessandro@ghedini.me</email>
</author>
<published>2016-12-10T13:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9ad034e5a1b2d42acfdbea184736066782c6c635'/>
<id>9ad034e5a1b2d42acfdbea184736066782c6c635</id>
<content type='text'>
Ref: https://github.com/curl/curl/pull/1160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/curl/curl/pull/1160
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fix HTTP2-Settings header for huge window size</title>
<updated>2016-11-17T06:04:00+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2016-11-17T06:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=2ece147cc216b470023448ddcc7f5359465998b2'/>
<id>2ece147cc216b470023448ddcc7f5359465998b2</id>
<content type='text'>
Follow-up to a4d8888. Changing the window size in that commit resulted
in a different HTTP2-Settings upgrade header, causing test 1800 to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to a4d8888. Changing the window size in that commit resulted
in a different HTTP2-Settings upgrade header, causing test 1800 to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fix for http/2 feature</title>
<updated>2016-07-24T06:49:47+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2016-07-24T06:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6b130d6be6607dce07d1054af929b17b969f3bf5'/>
<id>6b130d6be6607dce07d1054af929b17b969f3bf5</id>
<content type='text'>
Bug: https://curl.haxx.se/mail/lib-2016-07/0070.html
Reported-by: Paul Howarth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://curl.haxx.se/mail/lib-2016-07/0070.html
Reported-by: Paul Howarth
</pre>
</div>
</content>
</entry>
<entry>
<title>http2: Fix missing nghttp2_session_send call in Curl_http2_switched</title>
<updated>2015-04-02T13:19:29+00:00</updated>
<author>
<name>Tatsuhiro Tsujikawa</name>
<email>tatsuhiro.t@gmail.com</email>
</author>
<published>2015-04-01T15:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=21e82bd635124881a4a2ac08b3b9b28efe98afee'/>
<id>21e82bd635124881a4a2ac08b3b9b28efe98afee</id>
<content type='text'>
Previously in Curl_http2_switched, we called nghttp2_session_mem_recv to
parse incoming data which were already received while curl was handling
upgrade.  But we didn't call nghttp2_session_send, and it led to make
curl not send any response to the received frames.  Most likely, we
received SETTINGS from server at this point, so we missed opportunity to
send SETTINGS + ACK.  This commit adds missing nghttp2_session_send call
in Curl_http2_switched to fix this issue.

Bug: https://github.com/bagder/curl/issues/192
Reported-by: Stefan Eissing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously in Curl_http2_switched, we called nghttp2_session_mem_recv to
parse incoming data which were already received while curl was handling
upgrade.  But we didn't call nghttp2_session_send, and it led to make
curl not send any response to the received frames.  Most likely, we
received SETTINGS from server at this point, so we missed opportunity to
send SETTINGS + ACK.  This commit adds missing nghttp2_session_send call
in Curl_http2_switched to fix this issue.

Bug: https://github.com/bagder/curl/issues/192
Reported-by: Stefan Eissing
</pre>
</div>
</content>
</entry>
<entry>
<title>http2: detect prematures close without data transfered</title>
<updated>2015-03-14T17:19:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-03-14T17:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=0cf649d9cc550af0ef5c9577d38c800be167f373'/>
<id>0cf649d9cc550af0ef5c9577d38c800be167f373</id>
<content type='text'>
... by using the regular Curl_http_done() method which checks for
that. This makes test 1801 fail consistently with error 56 (which seems
fine) to that test is also updated here.

Reported-by: Ben Darnell
Bug: https://github.com/bagder/curl/issues/166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by using the regular Curl_http_done() method which checks for
that. This makes test 1801 fail consistently with error 56 (which seems
fine) to that test is also updated here.

Reported-by: Ben Darnell
Bug: https://github.com/bagder/curl/issues/166
</pre>
</div>
</content>
</entry>
<entry>
<title>test1801: first real http2 test case</title>
<updated>2014-11-20T22:33:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-08-02T22:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4c3cfc7558fca29e39f142fd3fc3e297c0ceb09b'/>
<id>4c3cfc7558fca29e39f142fd3fc3e297c0ceb09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
