Univention Bugzilla – Attachment 9116 Details for
Bug 44965
UMC-Webserver crashes with "[Errno24] Too many open files" at login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
44965.patch (text/plain), 891 bytes, created by
Florian Best
on 2017-08-14 13:43:22 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-08-14 13:43:22 CEST
Size:
891 bytes
patch
obsolete
>diff --git a/management/univention-management-console/src/univention/management/console/protocol/server.py b/management/univention-management-console/src/univention/management/console/protocol/server.py >index f3c4669..694e4c6 100644 >--- a/management/univention-management-console/src/univention/management/console/protocol/server.py >+++ b/management/univention-management-console/src/univention/management/console/protocol/server.py >@@ -204,6 +204,8 @@ def _response(self, msg, state): > if not state.resend_queue: > notifier.socket_add(state.socket, self._do_send, notifier.IO_WRITE) > state.resend_queue.append((msg.id, data[ret:])) >+ else: >+ del state.requests[msg.id] > except (SSL.WantReadError, SSL.WantWriteError, SSL.WantX509LookupError): > CRYPT.info('UMCP: SSL error need to re-send chunk') > notifier.socket_add(state.socket, self._do_send, notifier.IO_WRITE)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44965
:
9010
|
9011
| 9116