You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if it is necessary to add additional restrictions in the openresty code to avoid this situation? ngx.header["Connection"] = 'upgrade'@zhuizhuhaomeng ?
I want to simulate an HTTP 101 status code as follows.
But got duplicate
Connection: upgrade
header:root@73c270625dcb:/# curl -i localhost HTTP/1.1 101 Switching Protocols Server: openresty/1.25.3.2 Date: Fri, 07 Feb 2025 12:11:28 GMT Content-Length: 0 Connection: upgrade Connection: upgrade Upgrade: foo/1, webscocket,bar/2 curl: (52) Empty reply from server
The text was updated successfully, but these errors were encountered: