Hi all,

i`m having problems using the CodedInputStream API of protocol buffer
2.3.0 jar.

i`m trying to read an byte array from an inputStream, using
readRawBytes of CodedInputStream API, but i got this exception :
com.google.protobuf.InvalidProtocolBufferException !
thats occurred when HttpServer uses input.read(byte[], int, int), then
HttpParse input.blockForContent(), it internally calls
(AbstractBuffer).length and then returns to CodedInputStream who
throws the exception.
the exception tells me:
"while parsing a protocol message, the input ended unexpectedly in the
middle of a field.  This could mean either than the input has been
truncated or that an embedded message misreported its own length."

in App Engine - 1.3.5 or 1.4.0, thats works fine, but crash after the
update.

can some one help me?
thanks in advance, Kubaman.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to