comparison src/http/v2/ngx_http_v2.c @ 6277:b930e598a199

HTTP/2: fixed splitting of response headers on CONTINUATION frames. Previous code has been based on assumption that the header block can only be splitted at the borders of individual headers. That wasn't the case and might result in emitting frames bigger than the frame size limit. The current approach is to split header blocks by the frame size limit.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 28 Sep 2015 02:32:44 +0300
parents 60f916da7294
children 16905ecbb49e
comparison
equal deleted inserted replaced
6276:0efc16d55adb 6277:b930e598a199