##// END OF EJS Templates
safehasattr: pass attribute name as string instead of bytes...
marmoute -
r51507:ecaf0008 default
parent child Browse files
Show More
@@ -190,7 +190,7 b' def _gen_sendfile(orgsend):'
190 return _sendfile
190 return _sendfile
191
191
192
192
193 has_https = util.safehasattr(urlreq, b'httpshandler')
193 has_https = util.safehasattr(urlreq, 'httpshandler')
194
194
195
195
196 class httpconnection(keepalive.HTTPConnection):
196 class httpconnection(keepalive.HTTPConnection):
General Comments 0
You need to be logged in to leave comments. Login now