Skip to content

Commit c383396

Browse files
committed
Merge pull request #68 from coaku/feature/b_xzk_fix_httplib_chunk
bug fix
2 parents 7c8de38 + 9d71b63 commit c383396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/httplib_chunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# -*- coding: utf-8 -*-
99

1010
import httplib
11-
from httplib import _CS_REQ_STARTED, _CS_REQ_SENT
11+
from httplib import _CS_REQ_STARTED, _CS_REQ_SENT, CannotSendHeader, NotConnected
1212
import string
1313
import os
1414
from array import array

0 commit comments

Comments
 (0)