May 18th, 2009
I got the old site/content back, but please don’t expect for any of it to be up to date just yet. I was planning on using a different server to host a Trac install with a replicated SVN repository, but since SF offers it now I will be doing it here.
This site will become obsolete and the main page will be replaced by a trac installation.
Posted in Uncategorized | No Comments »
February 28th, 2008
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.
Posted in Uncategorized | No Comments »