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 was using Powershell scripts to run some tests with my app embedded with uWebsockets, and found wired errors;
I googled around, found this: PowerShell/PowerShell#9241
The text was updated successfully, but these errors were encountered:
Really the WebSocketExtensions parsing and MultipartParser and HttpParser should be refactored to share the same parsings for things like XX="YY"; ZZ="ÅÅ" kind of parsing that is used in web protocols.
uNetworkingAB
changed the title
Post method with quoted boundary is not parsed correctly, which is not standard compliant.
Multipart with quoted boundary is not parsed correctly, which is not standard compliant.
Nov 5, 2022
I was using Powershell scripts to run some tests with my app embedded with uWebsockets, and found wired errors;
I googled around, found this: PowerShell/PowerShell#9241
The text was updated successfully, but these errors were encountered: