append a '?' between path and query string in request header. NULL
authoralex <alex>
Thu, 11 Jan 2001 21:32:25 +0000 (21:32 +0000)
committeralex <alex>
Thu, 11 Jan 2001 21:32:25 +0000 (21:32 +0000)
commitd90bb8fa19081d268c5ae72770d36e7a0d571cd4
treefbd93b4c4712d19f6377d16fecb2ace8bb5c3b6c
parentb99d740949b95626dcdf4070c83897a178356fc5
append a '?' between path and query string in request header. NULL

* soup-queue.c (soup_get_request_header): append a '?' between path and query string in request header. NULL terminate the call to g_strconcat.

* soup-context.c (soup_context_get): bomb if url passed in does not have a protocol. do not default to HTTP.
libsoup/soup-context.c
libsoup/soup-queue.c
libsoup/soup-uri.c