~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to docs/KNOWN_BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-29 17:26:37 UTC
  • mfrom: (3.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101129172637-7wwnlut14uxp2kfx
Tags: 7.21.2-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes: (LP: #682286)
* debian/control:
  - (Keep build deps in main)
  - Drop build dependencies: stunnel, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  handle with curl_easy_cleanup() and create a new. Some more details:
55
55
  http://curl.haxx.se/mail/lib-2009-04/0300.html
56
56
 
57
 
62. CURLOPT_TIMEOUT does not work properly with the regular multi and
58
 
  multi_socket interfaces. The work-around for apps is to simply remove the
59
 
  easy handle once the time is up. See also:
60
 
  http://curl.haxx.se/bug/view.cgi?id=2501457
61
 
 
62
57
61. If an upload using Expect: 100-continue receives an HTTP 417 response,
63
58
  it ought to be automatically resent without the Expect:.  A workaround is
64
59
  for the client application to redo the transfer after disabling Expect:.