snapframework / snap-server

A fast HTTP server library, which runs Snap web handlers.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
196 stars 86 forks source link

ProxyType "FIXME"? #119

Closed tom-audm closed 5 years ago

tom-audm commented 5 years ago

https://github.com/snapframework/snap-server/blob/master/src/Snap/Internal/Http/Server/Config.hs#L127

What does FIXME mean here? Can we expect ProxyType to work correctly?

gregorycollins commented 5 years ago

No, it means I forgot to finish the docstring :wink:

The proxy types listed should work, I believe we test them in the testsuite.