Skip to content
  1. Aug 18, 2010
  2. Aug 16, 2010
  3. Aug 15, 2010
  4. Aug 14, 2010
  5. Aug 12, 2010
  6. Aug 11, 2010
  7. Aug 10, 2010
  8. Aug 09, 2010
    • Daniel Stenberg's avatar
      parse_remote_port: fix ;type= URL suffix over HTTP proxy · dc2157a0
      Daniel Stenberg authored
      Test 563 is enabled now and verifies that the combo FTP type=A URL,
      CURLOPT_PORT set and proxy work fine. As a bonus I managed to remove the
      somewhat odd FTP check in parse_remote_port() and instead converted it
      to a better and more generic 'slash_removed' struct field. Checking the
      ->protocol field isn't right since when an FTP:// URL is sent over a
      HTTP proxy, the protocol is HTTP but the URL was handled by the FTP code
      and thus slash_removed is set TRUE for this case.
      dc2157a0