The official NGINX Open Source repository. https://nginx.org/
Find a file
Valentin Bartenev 68336e1ede SPDY: fixed operator precedence in uint16/uint32 write macros.
Since the type cast has precedence higher than the bit shift operator,
all values were truncated to 8 bits.

These macros are used to construct header block for SYN_REPLY frame on
platforms with strict alignment requirements.  As a result, any response
that contains a header with name or value longer than 255 bytes was
corrupted on such platforms.
2014-05-29 21:15:19 +04:00
auto Configure: added -Wno-deprecated-declarations on OS X. 2014-05-28 17:41:44 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib
docs nginx-1.7.1-RELEASE 2014-05-27 17:58:08 +04:00
misc Documented the switch from java XSLScript to xslscript.pl. 2014-04-21 13:48:41 +04:00
src SPDY: fixed operator precedence in uint16/uint32 write macros. 2014-05-29 21:15:19 +04:00
.hgtags release-1.7.1 tag 2014-05-27 17:58:09 +04:00