-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL example fails with parse exception #56
Comments
I get the same thing on windows. |
Replicated on GHC 7.8 |
For what it's worth,
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.
The text was updated successfully, but these errors were encountered: