Opened 9 years ago
Closed 9 years ago
#48847 closed defect (fixed)
nghttp2 @1.3.0_0: update to version 1.3.1
Reported by: | Schamschula (Marius Schamschula) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch maintainer | Cc: | |
Port: | nghttp2 |
Description
nghttp2has been updated to version 1.3.1:
- Avoid usage of typeof and replace __builtin_offsetof with offsetof
- Honor stream->weight even if stream->last_writelen is 0
- Compile third-party libraries if hpack-tools is enabled
- nghttpx-init: Start nghttpx with --daemon
- Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/
- Bundle mruby
- h2load: Record TTFB on first byte of response body, rather than first socket read
- h2load: Improve checking for timing script input, prevent false positive in certain situations
- nghttpx: Implement PROXY protocol version 1 (--accept-proxy-protocol option)
- nghttpx: Allow link header server push for HTTP/2 backend as well
- nghttpx: Don't initiate push if client disabled push
- nghttpx: Allow absolute URI in Link header field for push
- nghttpx: Fix crash with multi workers and QUIT signal
- nghttpx: Add mruby support which is disabled by default (use --with-mruby configure option to enable it)
- nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled
Attachments (2)
Change History (5)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-nghttp2.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | patch-src-shrpx.cc.diff added |
---|
comment:1 Changed 9 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
P.S.: I also made changes (by adding PythonBranch) to make use of PythonVersion more consistent.