Ticket #355 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Too many \r\n's in fetch headers

Reported by: Rod Begbie <rod-gregarius@…> Owned by: mbonetti
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version:
Severity: normal Keywords:
Cc: rod-gregarius@…

Description

During an refresh, when the If-None-Match or If-Not-Modified headers are sent to the server, they are tailed with "\r\n\r\n", which causes any further headers (such as authorization) to be ignored.

The attached patch fixes this, although it might be better to work out where the first set of '\r\n's are attached.

Attachments

trim.patch (0.5 kB) - added by Rod Begbie <rod-gregarius@…> 3 years ago.

Change History

Changed 3 years ago by Rod Begbie <rod-gregarius@…>

Changed 3 years ago by sdcosta

I would guess that the "\r\n\r\n" is coming from Magpie. Though I should check that.

Changed 3 years ago by sdcosta

  • cc rod-gregarius@… added
  • status changed from new to closed
  • resolution set to fixed

[1352] should fix this problem. Many thanks for the heads up.

Note: See TracTickets for help on using tickets.