git_smart_subtransport.close

Close the subtransport.

Subtransports are guaranteed a call to close() between calls to action(), except for the following two "natural" progressions of actions against a constant URL:

- UPLOADPACK_LS -> UPLOADPACK - RECEIVEPACK_LS -> RECEIVEPACK

struct git_smart_subtransport
int function(.git_smart_subtransport* transport) close;

Meta