After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343709 - Interact better with broken servers that don't support HEAD requests
Interact better with broken servers that don't support HEAD requests
Status: RESOLVED DUPLICATE of bug 332816
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
2.14.x
Other All
: Normal normal
: ---
Assigned To: Christian Kellner
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-02 19:50 UTC by Sam Morris
Modified: 2006-06-02 20:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sam Morris 2006-06-02 19:50:29 UTC
Please describe the problem:
I ran into this problem while debugging totem/libxine. Take an internet radio station such as <http://nectarine.esuna.co.uk:8002/listen.pls>. The URL of the stream is <http://nectarine.esuna.co.uk:8002/>.

  $ gnomevfs-info http://nectarine.esuna.co.uk:8002/
  Error: Generic error

Sniffing the http traffic indicates that the server drops the connection when the client sends a HEAD request. To confirm:

  $ HEAD http://nectarine.esuna.co.uk:8002/listen.pls
  500 Server closed connection without sending any data back
  Content-Type: text/plain
  Client-Date: Fri, 02 Jun 2006 19:14:09 GMT
  Client-Warning: Internal response

This has the effect of breaking the ability for audio players (such as those using Xine) to stream audio from most internet radio stations... at least most of the ones that I want to listen to. :(

Steps to reproduce:


Actual results:


Expected results:
Instead of giving up when the connection is dropped, gnome-vfs should try again, this time issuing a GET request.

Does this happen every time?


Other information:
Forwarded from <bugs.debian.org/370038>.
Comment 1 Christian Kellner 2006-06-02 20:08:21 UTC
I am pretty sure this is a dup. I just can't find it. Did I already cry and flame about how I hate those stupid servers. I am sure I did.
Comment 2 Christian Kellner 2006-06-02 20:10:05 UTC
Found it!

*** This bug has been marked as a duplicate of 332816 ***