Re: [PATCH v4] http: fix charset detection of extract_content_type()

2014-06-18 Thread Jeff King
On Wed, Jun 18, 2014 at 07:11:53AM +0900, Yi EungJun wrote: > From: Yi EungJun > > extract_content_type() could not extract a charset parameter if the > parameter is not the first one and there is a whitespace and a following > semicolon just before the parameter. For example: > > text/plai

[PATCH v4] http: fix charset detection of extract_content_type()

2014-06-17 Thread Yi EungJun
From: Yi EungJun extract_content_type() could not extract a charset parameter if the parameter is not the first one and there is a whitespace and a following semicolon just before the parameter. For example: text/plain; format=fixed ;charset=utf-8 And it also could not handle correctly some