Menu

#81 http/1.1 protocol violatio

3.4
open
nobody
5
2005-07-04
2005-07-04
No

when trying to get pages from tclhttpd using .net I am
getting "http protocol violation" from the .net dev
environment. this issue needs to be checked as .net is
probably right on this matter.

Discussion

  • Colin McCormack

    Colin McCormack - 2005-07-04

    Logged In: YES
    user_id=19214

    That is insufficient information to track down the bug.

    We will need to see what .net is sending, and what tclhttpd
    is replying.

    I will contact you to arrange for you to point your app at a
    server I can monitor.

     
  • Nobody/Anonymous

    Logged In: NO

    the bug is due to 100-continue message. in httpd.tcl line 735 is:
    puts $sock "100 Continue HTTP/1.1\n"
    it should be
    puts $sock "HTTP/1.1 100 Continue\n"

     

Log in to post a comment.