• Victor Stinner's avatar
    #9032: XML-RPC client: Transport.request() retries on EPIPE error · 756f547b
    Victor Stinner yazdı
    The EPIPE error occurs when the server closes the socket and the client sends a
    "big" XML-RPC request (I don't know exactly the size threshold).
    
    request() just have to ignore the error because single_request() closes the
    socket on error, and so the next call to single_request() will open a new
    socket.
    
    Remove also a comment in the HTTP client because it's now wrong: see r70643
    and issue #5542.
    756f547b
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
maintainers.rst Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-mode.el Loading commit data...
python-wing.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...