Please report new issues athttps://github.com/DOCGroup
at this moment the invocation code calls for example generate_request_header on the GIOP_Message_Base but if we want to make it possible to compress all data after the protocol header, the interface of the GIOP_Message_Base (also pluggable messaging) has to change to make this possible. Steps we then do: * write the protocol header * marshal the request/reply header with the data in a different stream * compress the second stream, if smaller, use that to send out, or send the original stream
will impact lot of pluggable messaging api's.
pluggable messaging abstraction has been removed, changing this will now be much easier
not needed anymore, ideas on what to compress have changed, also the streams can be used much more efficient then this