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

Lines Matching refs:lower

451         if tr_enc and tr_enc.lower() == "chunked":
494 if conn and "close" in conn.lower():
507 if conn and "keep-alive" in conn.lower():
512 if pconn and "keep-alive" in pconn.lower():
994 header_names = dict.fromkeys([k.lower() for k in headers])