diff options
| author | Alex Chan <alex@alexwlchan.net> | 2016-11-18 13:53:39 +0000 |
|---|---|---|
| committer | Hynek Schlawack <hs@ox.cx> | 2016-11-18 14:53:39 +0100 |
| commit | c60770699be48e9c3f3b4f542c8a4118be2936ab (patch) | |
| tree | 9231d6ea9232d3eaeeb8db170d62b5ac2ad4d371 /examples | |
| parent | ec1e32d37cfc6c7be469a4b7c1c28448312362c2 (diff) | |
| download | pyopenssl-c60770699be48e9c3f3b4f542c8a4118be2936ab.tar.gz | |
Convert X509ExtTests to use pytest-style tests (#564)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/simple/server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/simple/server.py b/examples/simple/server.py index 19f6d21..9cce9e0 100644 --- a/examples/simple/server.py +++ b/examples/simple/server.py @@ -67,6 +67,7 @@ def dropClient(cli, errors=None): cli.shutdown() cli.close() + while 1: try: r, w, _ = select.select( |
