darcs

Patch 339 Correct error code for curl operation timeout

Title Correct error code for curl operation timeout
Superseder Nosy List abuiles, kowey
Related Issues
Status accepted Assigned To
Milestone

Created on 2010-08-10.21:53:30 by abuiles, last changed 2011-05-10.19:38:05 by darcswatch. Tracked on DarcsWatch.

Files
File name Status Uploaded Type Edit Remove
correct-error-code-for-curl-operation-timeout.dpatch abuiles, 2010-08-10.21:53:30 text/x-darcs-patch
unnamed abuiles, 2010-08-10.21:53:30
See mailing list archives for discussion on individual patches.
Messages
msg12101 (view) Author: abuiles Date: 2010-08-10.21:53:30
1 patch for repository http://darcs.net:

Tue Aug 10 16:55:22 COT 2010  builes.adolfo@googlemail.com
  * Correct error code for curl operation timeout
Attachments
msg12114 (view) Author: kowey Date: 2010-08-11.11:01:09
Yes, thanks for making this a separate patch.
(I'm trusting you on the error code :-)

Correct error code for curl operation timeout
---------------------------------------------
> builes.adolfo@googlemail.com**20100810215522
>  Ignore-this: 26067bd441b2b7fabaadce67851f0ef9
> ] hunk ./src/URL.hs 315
>             case errorNum of
>               6  -> return $ Just CouldNotResolveHost
>               7  -> return $ Just CouldNotConnectToServer
> -             29 -> return $ Just OperationTimeout
> +             28 -> return $ Just OperationTimeout
>               _  -> return Nothing
>            else
>             return Nothing
> 

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
For a faster response, please try +44 (0)1273 64 2905.
msg12134 (view) Author: darcswatch Date: 2010-08-12.11:02:23
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-970f2188b79aae739cfd9ef04a731e47290b24c4
msg14224 (view) Author: darcswatch Date: 2011-05-10.19:38:05
This patch bundle (with 1 patches) was just applied to the repository http://darcs.net/reviewed.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-970f2188b79aae739cfd9ef04a731e47290b24c4
History
Date User Action Args
2010-08-10 21:53:30abuilescreate
2010-08-10 21:54:28darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_.html#bundle-970f2188b79aae739cfd9ef04a731e47290b24c4
2010-08-11 11:01:09koweysetnosy: + kowey
messages: + msg12114
2010-08-12 11:02:23darcswatchsetstatus: needs-review -> accepted
messages: + msg12134
2011-05-10 19:38:05darcswatchsetmessages: + msg14224