Re: [PATCH] fetch-pack: send server options after command

2019-05-28 Thread Junio C Hamano
Jonathan Nieder writes: > Jonathan Tan wrote: > >> Currently, if any server options are specified during a protocol v2 >> fetch, server options will be sent before "command=fetch". Write server >> options to the request buffer in send_fetch_request() so that the >> components of the request are s

Re: [PATCH] fetch-pack: send server options after command

2019-05-24 Thread Jonathan Nieder
Jonathan Tan wrote: > Currently, if any server options are specified during a protocol v2 > fetch, server options will be sent before "command=fetch". Write server > options to the request buffer in send_fetch_request() so that the > components of the request are sent in the correct order. > > The

[PATCH] fetch-pack: send server options after command

2019-05-22 Thread Jonathan Tan
Currently, if any server options are specified during a protocol v2 fetch, server options will be sent before "command=fetch". Write server options to the request buffer in send_fetch_request() so that the components of the request are sent in the correct order. The protocol documentation states t