Bugzilla – Attachment 899 Details for
Bug 7285
ssh hangs on connect on Debian 10 (Buster)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test program
unix.py (text/x-python), 228 bytes, created by
Pierre Ossman
on 2018-11-29 09:56:01 CET
(
hide
)
Description:
test program
Filename:
MIME Type:
Creator:
Pierre Ossman
Created:
2018-11-29 09:56:01 CET
Size:
228 bytes
patch
obsolete
>import time >from socketserver import UnixStreamServer, BaseRequestHandler > >class MyTCPHandler(BaseRequestHandler): > def handle(self): > time.sleep(100000) > >u = UnixStreamServer(b"\0" * 108, MyTCPHandler) >u.serve_forever()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7285
: 899