Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-919

make C impl behave like java wrt channel_max error

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • proton-0.10
    • proton-c, python-binding
    • None

    Description

      In the Java impl, I made TransportImpl throw an exception if the application tries to change the local channel_max setting after we have already sent the OPEN frame to the remote peer. ( Because at that point we communicate our channel_max limit to the peer – no fair changing it afterwards.)

      One reviewer suggested that it would be nice if the C impl worked the same way. That would mean that pn_set_channel_max() would have to return a result code, which the Python binding would detect – Python binding throws exception, python tests detect it – so it would work same way as Java.

      Attachments

        Activity

          People

            mgoulish Michael Goulish
            mgoulish Michael Goulish
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: