wqweto / VbAsyncSocket

Sockets with pure VB6 impl of TLS encryption
MIT License
164 stars 31 forks source link

Fix setting CompareMode in pvParseHeaderAttribs #46

Closed Doridian closed 2 months ago

Doridian commented 2 months ago

This somehow "just works" in Windows, but I doubt correctly. Noticed this was an issue because it causes an actual error in Wine (which I don't think is expected, but it was helpful here). This just seems to be a bug? If there's a reason to set the CompareMode on m_uRequest.Headers, feel free to close the PR, but I think this is the intention as CompareMode is already set on the other dictionary

wqweto commented 2 months ago

I’ll take care of this when I’m back in front of my PC

wqweto commented 2 months ago

10x! Merged