Home | History | Annotate | Download | only in python2.7

Lines Matching refs:clength

153             clength = int(environ['CONTENT_LENGTH'])
154 if maxlen and clength > maxlen:
156 qs = fp.read(clength)
236 clength = headers.getheader('content-length')
237 if clength:
239 bytes = int(clength)