]> granicus.if.org Git - python/commit
An ssl-wrapped socket now returns '' on EOF, just like a regular
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 23:35:20 +0000 (23:35 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 23:35:20 +0000 (23:35 +0000)
commit42dd01add5cc53dc5a5eab46b04b44c8ef6c969f
tree3df3f376a6246daf649d5cb078a145f29efe409f
parent0072d5aa33eb84cb17e63d4dee255e1d1262f52e
An ssl-wrapped socket now returns '' on EOF, just like a regular
socket -- as suggested by Clarence Gardner.

Fix httplib to comply with the new ssl-socket interface.
Lib/httplib.py
Modules/socketmodule.c