From: Divye K. <div...@gm...> - 2008-08-12 19:45:45
|
> > > See section 4.2 - Message Headers of RFC 2616 ( > http://www.faqs.org/rfcs/rfc2388.html ). > Headers can span multiple lines. This would require a change in the > processing of the headers. > I meant http://www.faqs.org/rfcs/rfc2616.html Also, right now, we don't support the rather infrequently used TRACE and CONNECT methods. Maybe we should for the sake of completeness? Another thing that struck me was the fact that using the just checked in example, if you try to access http://www.google.com - you get a redirect response (3xx status code). However, we don't automatically redirect. Should the choice to redirect be left to the user or should we give an option to enable automatic redirection? Personally, I am in favour of providing an option to enable or disable automatic redirection for requests. What do you think? Divye -- An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup. H. L. Mencken (1880 - 1956) My official web site: http://people.iitr.ernet.in/shp/061305/ Webmaster: http://www.drkapoorsclinic.com Blog: http://divyekapoor.blogspot.com |