mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 17:46:53 +00:00
Style.
This commit is contained in:
parent
a0d7df93a0
commit
49b17956f9
1 changed files with 2 additions and 1 deletions
|
|
@ -945,7 +945,8 @@ ngx_http_v2_filter_get_data_frame(ngx_http_v2_stream_t *stream,
|
|||
buf = cl->buf;
|
||||
|
||||
if (!buf->start) {
|
||||
buf->start = ngx_palloc(stream->request->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE);
|
||||
buf->start = ngx_palloc(stream->request->pool,
|
||||
NGX_HTTP_V2_FRAME_HEADER_SIZE);
|
||||
if (buf->start == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue