Closed tom-audm closed 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?
FIXME
ProxyType
No, it means I forgot to finish the docstring :wink:
The proxy types listed should work, I believe we test them in the testsuite.
https://github.com/snapframework/snap-server/blob/master/src/Snap/Internal/Http/Server/Config.hs#L127
What does
FIXME
mean here? Can we expectProxyType
to work correctly?