i trying read upload file browser, write remote server. found request.getheader("content-length") different actual length of request.getinputstream() in java. request.header["content-length"] same actual length of request.inputstream in c#.
could try explain difference?
are sure situations comparable? 1 pitfall might possibility of zipped content. 1 might character encoding if 1 implementation counts characters , other 1 counts bytes sent on connection.
Comments
Post a Comment