View Single Post
  #3 (permalink)  
Old 08-20-2003
michi's Avatar
michi michi is offline
ZeroC Staff
 
Name: Michi Henning
Organization: ZeroC
Project: Ice
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 912
Re: Ice Protocol documentation buglet

Quote:
Originally posted by vukicevic
Howdy,

In Ice 1.1, it seems that the requestId is being sent first, followed by the reply type byte, and then the remainder of the structure as described in chapter 15.
I just checked, and you are right: following the message header, Ice sends the request ID, followed by the reply status byte, followed by an encapsulation that contains the results.

I'll update the doc to agree with reality Thanks again for finding this bug!

Cheers,

Michi.
Reply With Quote