Skip to content

Commit

Permalink
fixup! Implement websocket boostrapping for http2
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
  • Loading branch information
ttaym committed Apr 15, 2022
1 parent 959b0af commit 29509ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fw/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -5601,7 +5601,6 @@ tfw_http_req_process(TfwConn *conn, TfwStream *stream, struct sk_buff *skb)
}
__set_bit(TFW_HTTP_B_UPGRADE_WEBSOCKET,
req->flags);
break;
}
}

Expand Down

0 comments on commit 29509ff

Please sign in to comment.