mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Update web-platform-tests to revision 6340a70e8df5e850ea44436b54105f59dd5aa22e
This commit is contained in:
parent
5788e8c050
commit
7be3e2f06b
131 changed files with 3893 additions and 1852 deletions
|
@ -191,4 +191,4 @@ class HTTPWireProtocol(object):
|
|||
return self.connection.getresponse()
|
||||
|
||||
def _has_unread_data(self):
|
||||
return self._conn and select.select([self._conn.sock], [], [], 0)[0]
|
||||
return self._conn and self._conn.sock and select.select([self._conn.sock], [], [], 0)[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue