Groups | Search | Server Info | Login | Register


Groups > gnu.gnustep.bug > #4390

[bug #58550] WebServer - Deadlock due to missing socketAddress

From Richard Frith-Macdonald <INVALID.NOREPLY@gnu.org>
Newsgroups gnu.gnustep.bug
Subject [bug #58550] WebServer - Deadlock due to missing socketAddress
Date 2020-06-12 06:23 -0400
Message-ID <mailman.1759.1591957432.2541.bug-gnustep@gnu.org> (permalink)
References <20200612-112931.sv15401.74795@savannah.gnu.org> <20200612-100926.sv337.34701@savannah.gnu.org> <20200612-102350.sv337.88096@savannah.gnu.org>

Show all headers | View raw


Follow-up Comment #2, bug #58550 (project gnustep):

Actually, it looks like it was already fixed long ago: time to make a release
perhaps.

However, the current code, while adding @"unknown" to the counted set (and
thus avoiding the exception and locking issue), is removing nil at the end of
the connection, which of course means that the counted set will get the number
of connections for an 'unknown' host wrong.  That's a much less important bug,
but still a bug.

I will change the code to use 'unknown' as the host name consistently.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58550>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/

Back to gnu.gnustep.bug | Previous | Next | Find similar


Thread

[bug #58550] WebServer - Deadlock due to missing socketAddress Richard Frith-Macdonald <INVALID.NOREPLY@gnu.org> - 2020-06-12 06:23 -0400

csiph-web