Skip to content

Commit b7febda

Browse files
committed
lint
1 parent 43ae56f commit b7febda

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

source/h1_encoder.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,7 @@ int aws_h1_encoder_message_init_from_request(
297297
if (!aws_http_headers_has(headers, aws_byte_cursor_from_c_str("Content-Length")) &&
298298
!aws_http_headers_has(headers, aws_byte_cursor_from_c_str("Transfer-Encoding"))) {
299299
if (aws_http_headers_add(
300-
headers,
301-
aws_byte_cursor_from_c_str("Transfer-Encoding"),
302-
aws_byte_cursor_from_c_str("chunked"))) {
300+
headers, aws_byte_cursor_from_c_str("Transfer-Encoding"), aws_byte_cursor_from_c_str("chunked"))) {
303301
goto error;
304302
}
305303
}

0 commit comments

Comments
 (0)