[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #32862] WebServer(1.3.0) hangs when it receives multiple concurrent
From: |
T.Somequare |
Subject: |
[bug #32862] WebServer(1.3.0) hangs when it receives multiple concurrent requests |
Date: |
Sun, 20 Mar 2011 08:26:15 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27 |
URL:
<http://savannah.gnu.org/bugs/?32862>
Summary: WebServer(1.3.0) hangs when it receives multiple
concurrent requests
Project: GNUstep
Submitted by: tsomeqdev
Submitted on: 2011年03月20日 17時26分14秒
Category: Libraries
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
The currently published version of the "WebServer" is 1.3.0 as the latest
stable .
(http://wiki.gnustep.org/index.php/WebServer)
But I think it has a critical problem (described below).
please release new version with fixing this if possible.
In the implementation of class "WebServer" ,
the method "-_completedWithResponse:"
find unclosed connection with NSMapGet(_processing, response).
but the GSMimeDocument`s -isEqual: method depends on its content,
so this function often returns nil value .
This problem has been fixed in HEAD revision of trunk :
( svn diff -r {2010-09-16}:{2010-09-20}
svn://svn.gna.org/svn/gnustep/libs/webserver/trunk/ )
Regards.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?32862>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #32862] WebServer(1.3.0) hangs when it receives multiple concurrent requests,
T.Somequare <=