mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
SPDY: use predefined constant for size of the Stream-ID field.
No functional changes.
This commit is contained in:
parent
bf3ff5bca7
commit
c8f3f9fa12
@ -751,7 +751,7 @@ ngx_http_spdy_filter_get_data_frame(ngx_http_spdy_stream_t *stream,
|
||||
p = buf->start;
|
||||
buf->pos = p;
|
||||
|
||||
p += sizeof(uint32_t);
|
||||
p += NGX_SPDY_SID_SIZE;
|
||||
|
||||
(void) ngx_spdy_frame_write_flags_and_len(p, flags, len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user