вт, 24 мар. 2020 г. в 23:38, Willy Tarreau <w...@1wt.eu>: > On Tue, Mar 24, 2020 at 11:01:13PM +0500, ???? ??????? wrote: > > I created 16kb response file, and found something that looks like an > error > > > > Run ./haproxy -f .github/h2spec.config -D > > [WARNING] 083/174625 (3194) : custom error message file > '.github/errorfile' > > larger than 16384 bytes. Truncating. > > [ALERT] 083/174625 (3194) : parsing [.github/h2spec.config:29] : > errorfile > > : unable to convert custom error message file '.github/errorfile' in HTX. > > [ALERT] 083/174625 (3194) : Error(s) found in configuration file : > > .github/h2spec.config > > [ALERT] 083/174625 (3194) : Fatal errors found in configuration. > > It's normal if the file is too large. > > > since, I see "WARNING", i.e. "no worry, I'll truncate file". but file is > > not loaded :-) > > In fact it's very difficult to make such a file load and work properly, it > depends on the headers appended etc. >
initially, I expected that after WARNING (and truncation), file will be loaded :) but I was wrong. > > > I reduced file size a bit, 146/146 tests > > Excellent! > ok, so shall we add it as weekly Github Action job ? I do not think we have to run it on every push > > Willy >