Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 413

Show
Ignore:
Timestamp:
07/06/05 04:01:57
Author:
rdelon
Message:

requestLine doesn't end with \r\n anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cphttptools.py

    r388 r413  
    215215                req.simpleCookie.load(value) 
    216216         
    217         msg = "%s - %s" % (req.remoteAddr, self.requestLine[:-2]
     217        msg = "%s - %s" % (req.remoteAddr, self.requestLine.strip()
    218218        cherrypy.log(msg, "HTTP") 
    219219         

Hosted by WebFaction

Log in as guest/cpguest to create tickets