mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Make getOperatorList() calls independent and merge queues at end
This commit is contained in:
parent
6b2c6fc223
commit
dbccbaaa27
10 changed files with 1208 additions and 753 deletions
|
@ -158,7 +158,6 @@ class TestHandlerBase(BaseHTTPRequestHandler):
|
|||
elif v[0] == errno.EPIPE:
|
||||
print 'Detected remote peer disconnected'
|
||||
elif v[0] == 10053:
|
||||
# FIXME(mack): Address this issue
|
||||
print 'An established connection was aborted by the' \
|
||||
' software in your host machine'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue