Name |
Last commit
|
Last update |
---|---|---|
.. | ||
clone.c | ||
fetch.c | ||
fetchhead.c | ||
push.c | ||
push_util.c | ||
push_util.h |
The subtransport path was relying on pointing to data owned by the remote which meant that after a redirect, the updated path was getting lost for future requests. This updates the http transport to strdup the path and maintain its own lifetime. This also pulls responsibility for parsing the URL back into the http transport and isolates the functions that parse and free that connection data so that they can be reused between the initial parsing and the redirect parsing.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
clone.c | Loading commit data... | |
fetch.c | Loading commit data... | |
fetchhead.c | Loading commit data... | |
push.c | Loading commit data... | |
push_util.c | Loading commit data... | |
push_util.h | Loading commit data... |