From: Harald O. <har...@el...> - 2022-11-17 13:53:52
|
Am 17.11.2022 um 12:27 schrieb Schelte Bron: > On 16/11/2022 19:12, Donald G Porter via Tcl-Core wrote: >> I believe these files are ready to become the official releases. >> > Looks good to me. I have not encountered any issues when running my most > complicated application with Tcl/Tk 8.6.13. > > I have just one remark. The Tcl changes file says: > > 2022-05-04 (bug)[8eb64b] http package support for Content-encoding: br > > However, looking at the diff, it only seems that the error message was > changed from: 'unsupported content-encoding "br"' to 'content-encoding > "br" not implemented'. Calling that support seems a bit of a stretch to me. Schelte, I have made this modification in http. It was due to a client request, to ignore invalid http encoding methods. That is the only change. So, a good changelog would be: 2022-05-04 (bug)[8eb64b] http package tolerant again invalid reply header (what is the title of the ticket). I don't want to make this change in fossil now, as Donald is in the release process. Thank you, that you verified the changes file, I appreciate ! Harald --- N.B. After 8 month, the client reported to me, that this was due to a configuration error in SAP. But anyway, all web-servers behave like that, so it is a good change... |