Important bugfixes in 1.0.125
When adding additional error handling to my code, I inadvertently caused the first buffer of a response to be discarded under certain conditions. I find that rather ironic :)
Thanks to Michael Zheng and Balázs Boros for finding the bug.
Also, there were some problems with header lists being treated as tuples, and that has been fixed as well.
I haven’t specifically mentioned it anywhere yet, but I wanted to point out that the default search path for the Http package is the directory the DLL resides in; this should allow for some flexibility when running multiple application pools where you want to keep the packages completely separate.
