mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Michal Marek fixed the test suite to better deal with the case when the HTTP
ipv6 server can't run.
This commit is contained in:
parent
50feea3eef
commit
44d408204a
8
CHANGES
8
CHANGES
@ -6,6 +6,14 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel S (15 Nov 2007)
|
||||
- Fixed yet another remaining problem with doing SFTP directory listings on a
|
||||
re-used persistent connection. Mentioned by Immanuel Gregoire on the mailing
|
||||
list.
|
||||
|
||||
- Michal Marek fixed the test suite to better deal with the case when the HTTP
|
||||
ipv6 server can't run.
|
||||
|
||||
Yang Tse (14 Nov 2007)
|
||||
- Fix a variable potential wrapping in add_buffer() when using absolutely
|
||||
huge send buffer sizes.
|
||||
|
@ -726,8 +726,7 @@ sub runhttpserver {
|
||||
|
||||
if($httppid <= 0 || !kill(0, $httppid)) {
|
||||
# it is NOT alive
|
||||
logmsg "RUN: failed to start the HTTP server\n";
|
||||
stopservers($verbose);
|
||||
logmsg "RUN: failed to start the HTTP$nameext server\n";
|
||||
return (0,0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user