ganeti.http: Move _SocketOperation to module-level function
authorMichael Hanselmann <hansmi@google.com>
Wed, 3 Dec 2008 16:09:04 +0000 (16:09 +0000)
committerMichael Hanselmann <hansmi@google.com>
Wed, 3 Dec 2008 16:09:04 +0000 (16:09 +0000)
commit73a59d9e798f86c08e60e91e8e1e2b651db5fbe1
tree09ce8a83956a052e06e76e11b994d5eb655a4dff
parentf22c1cea1d2aa826c53cc94348ab3940cb806d88
ganeti.http: Move _SocketOperation to module-level function

This is a preparation step to move the HTTP server class to the
same model as the HTTP client (polling, non-blocking I/O, better
OpenSSL error handling).

Reviewed-by: ultrotter
lib/http.py