Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
fix non-CONNECT tests missing port/hostname bits
Browse files Browse the repository at this point in the history
set is_connect properly
  • Loading branch information
dgwynne authored and bnoordhuis committed Feb 18, 2012
1 parent 6756842 commit 662e523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.c
Expand Up @@ -2005,13 +2005,13 @@ const struct url_test url_tests[] =

, {.name="proxy empty host"
,.url="http://:443/"
,.is_connect=1
,.is_connect=0
,.rv=1
}

, {.name="proxy empty port"
,.url="http://hostname:/"
,.is_connect=1
,.is_connect=0
,.rv=1
}

Expand Down

0 comments on commit 662e523

Please sign in to comment.