[Twisted-Python] Re: [Twisted-commits] CVS: Twisted/twisted/web server.py,1.22,1.23

Itamar Shtull-Trauring lists at itamarst.org
Thu Nov 15 09:06:51 MST 2001


Itamar Shtull-Trauring wrote:


> +            
> +            # if this is a "HEAD" request, we shouldn't return any data
> +            if self.method == "HEAD":
> +                self.write = lambda data: None
> +        

I just thought of this - is this gonna break spreadable web servers?







More information about the Twisted-Python mailing list