Changes between Version 2 and Version 3 of Ticket #1029, comment 2
- Timestamp:
- 07/20/16 15:17:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1029, comment 2
v2 v3 8 8 > So you can agree... this can help in some cases if a so big service provider wanted to implement it (and thankfully release it opensource!) 9 9 10 Let me explain what cloudflare really did. They took old SPDY module from nginx 1.9.4 that was removed by a good intention and merged it back with all the known problems it had. After nginx 1.9.4 this code was partially rewritten for HTTP/2 and many bugs (including quite serious ones) have beenfixed in its derivative. These issues remain in the patch since cloudflare haven't changed a line: the code is almost the same as it was right before removing from 1.9.4.10 Let me explain what cloudflare really did. They took old SPDY module from nginx 1.9.4 that was removed by a good intention and merged it back with all the known problems it had. After nginx 1.9.4 this code was partially rewritten for HTTP/2 and many bugs (including quite serious ones) were fixed in its derivative. These issues remain in the patch since cloudflare haven't changed a line: the code is almost the same as it was right before removing from 1.9.4. 11 11 12 12 > At moment I'm using the updated version of the cloudflare patch (modified by felixbuenemann) on nginx/1.10.1 and no issue