Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-608

Option parameter is ignored for one constructors in THsHaServer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.3
    • Java - Library
    • None
    • Patch Available

    Description

      The input parameter "Option" is ignored in one constructor.

      public THsHaServer( TProcessor processor,
      TNonblockingServerTransport serverTransport,
      TProtocolFactory protocolFactory,
      Options options)

      { this(processor, serverTransport, new TFramedTransport.Factory(), protocolFactory); }

      Attachments

        1. thrift-608.patch
          0.8 kB
          Bryan Duxbury

        Activity

          People

            bryanduxbury Bryan Duxbury
            jboulon Jerome Boulon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: