nginx/src
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
..
core Version bump. 2014-05-28 17:41:33 +04:00
event Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00
http SPDY: fixed operator precedence in uint16/uint32 write macros. 2014-05-29 21:15:19 +04:00
mail Mail: output client port number on client connects (ticket #531). 2014-05-22 00:16:17 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Configure: added -Wno-deprecated-declarations on OS X. 2014-05-28 17:41:44 +04:00