| commit | 5c355201e238c34916aceba597f1d3086ce29a7e | [log] [tgz] |
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 06 22:13:09 1999 +0000 |
| committer | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 06 22:13:09 1999 +0000 |
| tree | f0a7127707a8990a3d00a3cc07b43a2b3cf6adf1 | |
| parent | 2386d7333f9fa9fa35bde5faf3400146d5bb471b [diff] |
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
fragment, and/or parameter information.
3 cases added to the test suite to check for this bug.