[Bug 1976619] Re: Version 7.81 breaks support for multi-line header

Olivier Gayot 1976619 at bugs.launchpad.net
Thu Jun 2 13:18:23 UTC 2022


** Bug watch added: Debian Bug tracker #1012263
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012263

** Also affects: curl (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012263
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to curl in Ubuntu.
https://bugs.launchpad.net/bugs/1976619

Title:
  Version 7.81 breaks support for multi-line header

Status in curl package in Ubuntu:
  Confirmed
Status in python-tornado package in Ubuntu:
  New
Status in curl package in Debian:
  Unknown

Bug description:
  In curl 7.81, the support of multi-line headers is broken.

  
  This causes regressions in python-tornado:

  ```
                      self.stop()
      
              timeout_handle = self.add_timeout(self.time() + timeout, timeout_callback)
          self.start()
          if timeout is not None:
              self.remove_timeout(timeout_handle)
          assert future_cell[0] is not None
          if future_cell[0].cancelled() or not future_cell[0].done():
              raise TimeoutError("Operation timed out after %s seconds" % timeout)
  >       return future_cell[0].result()
  E       tornado.curl_httpclient.CurlError: HTTP 599: Header without colon
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1976619/+subscriptions




More information about the foundations-bugs mailing list