Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77737 - basc should retry sending data multiple times
Summary: basc should retry sending data multiple times
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Pieter Van den Abeele (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 13:34 UTC by Thomas Bettler
Modified: 2005-01-18 07:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2005-01-12 13:34:03 UTC
If basc doesn't manage the full data transmission and gets a failure
it should retry several times and finally abort with a clean error handling.

Attached error report:
=====================
>  Sending data to server. This could take a few seconds, please be patient...
Traceback (most recent call last):
  File "/usr/bin/basc", line 1179, in ?
    OUT = post_multipart(BASCPORT_HOST, BASCPORT_PORT, BASCPORT_PATH, fields, files)
  File "/usr/bin/basc", line 127, in post_multipart
    h.send(body)
  File "/usr/lib/python2.3/httplib.py", line 576, in send
    self.sock.sendall(str)
  File "<string>", line 1, in sendall
socket.error: (104, 'Connection reset by peer')
Comment 1 Alexander Mieland 2005-01-12 23:28:21 UTC
I'm already working on this. Will hopefully be fixed in the next version
Comment 2 Alexander Mieland 2005-01-13 02:27:41 UTC
yeah, will be fixed in 1.5.7...
Comment 3 Alexander Mieland 2005-01-16 15:24:03 UTC
Fixed in 1.5.7
Comment 4 Pieter Van den Abeele (RETIRED) gentoo-dev 2005-01-18 07:17:05 UTC
incvs