Project

General

Profile

Actions

Bug #3600

closed

Wt::Http::Client request adding headers

Added by Ersan Tunckol over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/22/2014
Due date:
% Done:

0%

Estimated time:

Description

Client.C line: 79 is incorrect, should be changed from:

for (unsigned i = 0; i < message.headers().size(); ++i) {

to

for (unsigned i = 0; i < message.headers().size(); i) {

Actions #1

Updated by Koen Deforche over 9 years ago

  • Status changed from New to Feedback
  • Assignee set to Koen Deforche

Hey,

That's exactly the same?

Regards,

koen

Actions #2

Updated by Ersan Tunckol over 9 years ago

The difference is "++i" -> "i".

Actions #3

Updated by Wim Dumon over 9 years ago

I believe Koen means that there's no semantic difference between +i and i+ in this case.

Wim.

Actions #4

Updated by Ersan Tunckol over 9 years ago

yes indeed, my bad, sorry

Actions #5

Updated by Koen Deforche over 9 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF