WinUP / rets-client

NodeJS RETS/DDF Client
MIT License
8 stars 11 forks source link

FIX: Lowercase headers breaks response parsing #3

Closed chrislaue closed 3 years ago

chrislaue commented 4 years ago

Some servers return lowercased headers which breaks parsing.

This PR includes a fix for lowercased headers.

It might be prudent to do a more thorough fix and actually lowercase all incoming headers since technically headers are case insensitive according to the specifications.