-
Notifications
You must be signed in to change notification settings - Fork 145
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
Incorporate mabrek/alertlogic changes #63
Conversation
nalundgaard
commented
Sep 16, 2016
- changes from mabrek/httpc
- fix gen_tcp:recv 64M limit
- make files UTF-8 compliant for Erlang 17/18+
- handle transfer-encoding correctly
all files in ISO have been converted into UTF-8
Ignore Content-Length in favor of Transfer-Encoding per standards
…-master # Conflicts: # test/lhttpc_manager_tests.erl # test/lhttpc_tests.erl
@motobob @juantascon can you guys have a look at this? to merge this atop esl I had to patch up the startup conflicts in the unit tests. I favored the R15+ method (using |
Oy, I made it to the wrong fork! This was meant to go to the public Alert Logic fork. I guess I will leave this PR here, but I will make another one to the correct place. |
Only support latest erlangs R16-19
I am going to go ahead and close this, actually. While these fixes do seem a good idea, given that this repo is abandoned, our company will just use a fork of it with these changes (and removal of legacy support for pre-R16 Erlangs). See alertlogic#2. |