I use:
[header setValue:@"Close" forKey:@"Connection"];
to change the headerField
, but it's not working. The header always in Connection:keep-alive
, how can I change it?
I use:
[header setValue:@"Close" forKey:@"Connection"];
to change the headerField
, but it's not working. The header always in Connection:keep-alive
, how can I change it?