We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed8220 commit 938d7efCopy full SHA for 938d7ef
sope-appserver/NGObjWeb/NGHttp/NGHttpHeaderFieldParser.m
@@ -29,10 +29,10 @@
29
@implementation NGHttpStringHeaderFieldParser
30
31
- (id)parseValue:(id)_data ofHeaderField:(NSString *)_field {
32
- unsigned len = 0;
33
- const unsigned char *src = NULL;
34
- id value = nil;
35
- NSString *str = nil;
+ unsigned len = 0;
+ const unsigned char *src = NULL;
+ id value = nil;
+ NSString *str = nil;
36
37
if ([_data isKindOfClass:[NSData class]]) {
38
len = [_data length];
0 commit comments