Message741

Author XTaran
Recipients
Date 2010-11-15.18:43:36
Content
Reported in Debian at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603493

When attempting to download a file, conkeror will by default, asks,
after receiving the response from the http server, for the action to
perform. Possible values include

  s: save
  o: open
  O: Open URL
  c: copy URL
  i: view internally
  t: view as text

Using `save', the response already received by the server is simply
written to a file. For `view internally' and `view as text', the
response is discarded and another GET request is made to the URL that
responded with the download.

Conkeror shouldn't be doing that second request and only display what it
got with the first response that prompted it to ask what to do with the
download. One request doesn't necessarily return the same response as
the next request to the same URL, so it's possible the wrong information
will be displayed. This is particularly bothersome with downloads in
responses to POST requests, as conkeror always does a GET request for
`view internally' and `view as text', causing it to send a completely
different request than the one responding with the download initially.
History
Date User Action Args
2010-11-15 18:43:36XTaransetmessageid: <1289846616.94.0.232649888597.issue317@bugs.conkeror.org>
2010-11-15 18:43:36XTaranlinkissue317 messages
2010-11-15 18:43:36XTarancreate