Re: What happen if show_http_message fails to reencode?

2015-04-20 Thread Junio C Hamano
Yi, EungJun semtlen...@gmail.com writes: I'm trying to make my git server sends http messages in non-ASCII encoding. And I have a question. At 206-218 in remote-curl.c: static int show_http_message(struct strbuf *type, struct strbuf *charset, struct strbuf *msg) {

What happen if show_http_message fails to reencode?

2015-04-20 Thread Yi, EungJun
I'm trying to make my git server sends http messages in non-ASCII encoding. And I have a question. At 206-218 in remote-curl.c: static int show_http_message(struct strbuf *type, struct strbuf *charset, struct strbuf *msg) { const char *p, *eol; /* * We only