Open patrickt opened 10 years ago
I get the same thing on windows.
Replicated on GHC 7.8
For what it's worth,
λ> get "https://github.com/" debugHandler
works. So I'm not immediately clear what's up with that test snippet.
AfC
Seeing this in the Snap test suite also.
@gregorycollins oh, that's not cool. I'll try and have another go at finding this.
After doing some digging here: I'm not sure I'm hitting the same error in the snap test suite (we send proper responses there) but the reason the check code is failing is that the github api server is sending headers/status lines delimited by LF only rather than CR+LF.
Checking out the source and loading the SSL test file fails with "not enough bytes".
I am running the Haskell Platform on 32-bit OS X using GHC 7.6.3.