a question about CGI# Programming - 葵花宝典
k*o
1 楼
write a CGI to test Transfer-Encoding:chunked
but when I use printf or fwrite to output 0xA,
I will actually get 0xD 0xA.
how to avoid this situcation?
for example, my data is 0xA 0x1 0x2.
i hope the client gets 0xA 0x1 0x2 instead of 0xD 0xA 0x1 0x2.
thanks.
but when I use printf or fwrite to output 0xA,
I will actually get 0xD 0xA.
how to avoid this situcation?
for example, my data is 0xA 0x1 0x2.
i hope the client gets 0xA 0x1 0x2 instead of 0xD 0xA 0x1 0x2.
thanks.