- 02 Sep, 2013 4 commits
-
-
Daniel Stenberg authored
Since the name of the file is 'libnghttp2*' I think we should use the full name within it as well (for the Name: field), as it gets confusing otherwise for users and for pkg-config. Also, 'Requires.private' breaks pkg-config's ability to extract -I etc from the Cflags below it. I believe it should be 'Libs.private' and the right side should then list the libs with -l. With these changes, I've successfully written a configure script to find and use libnghttp2.
-
Tatsuhiro Tsujikawa authored
We call on_stream_close_callback even if stream->state is NGHTTP2_STREAM_INITIAL. This will happen while sending request HEADERS, a local endpoint receives RST_STREAM for that stream. It may be PROTOCOL_ERROR, but without notifying stream closure will hang the stream in a local endpoint.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 01 Sep, 2013 2 commits
-
-
Daniel Stenberg authored
Also the comment referred to non-existing SPDY defines
-
Daniel Stenberg authored
-
- 31 Aug, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 30 Aug, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Use --dh-param-file option to specify a file including DH parameters in PEM format. For example, you can create DH parameters with 1024 bit key using following command: $ openssl dhparam -outform PEM -out dhparam.pem 1024
-
Tatsuhiro Tsujikawa authored
-
- 29 Aug, 2013 12 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Aug, 2013 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Aug, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It would be desired to add option to make this limit configurable. Fix scripted_recv_callback in tests.
-
Tatsuhiro Tsujikawa authored
-
- 25 Aug, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-