Shachar-Brightdata
Shachar-Brightdata
Attached changes diff for your review: uWebSockets.diff: ```diff --git a/src/AsyncSocket.h b/src/AsyncSocket.h index 5b6c647..3c991f9 100644 --- a/src/AsyncSocket.h +++ b/src/AsyncSocket.h @@ -230,6 +230,12 @@ protected: return addressAsText(getRemoteAddress()); } + /* Returns the...
> return getHttpResponseData()->proxyParser.getSourcePort(); >needs to be within macros for the proxy support. The function getProxiedRemotePort is within the UWS_WITH_PROXY define scope >Also why do you have a diff for getSourcePort?...
See uWebSockets PR: uNetworking/uWebSockets#1854 See uWebSockets.js PR: #1162