Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-1627

RequestConfig.toString() produces unbalanced text

    XMLWordPrintableJSON

Details

    Description

      RequestConfig's toString() method begins its String with a ",":

      final StringBuilder builder = new StringBuilder();
      builder.append(", expectContinueEnabled=").append(expectContinueEnabled);

      and ends with an unbalanced "]". I see no indication this is intended.

      Proposed fix: change second line above to:

      builder.append("RequestConfig: expectContinueEnabled=").append(expectContinueEnabled);

      Attachments

        Activity

          People

            Unassigned Unassigned
            larry_west@intuit.com Larry West
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: