mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
DEV: phash: Update 414 and 431 status codes to phash
The phash tool was updated to reflect the previous change. 414 and 431 are now part of the handled status codes.
This commit is contained in:
parent
62dc8750a9
commit
41f28b3c53
2 changed files with 2 additions and 2 deletions
BIN
dev/phash/a.out
Executable file
BIN
dev/phash/a.out
Executable file
Binary file not shown.
|
|
@ -17,9 +17,9 @@
|
|||
//const int codes[CODES] = { 200,400,401,403,404,405,407,408,410,413,421,422,425,429,500,501,502,503,504};
|
||||
|
||||
#define CODES 32
|
||||
const int codes[CODES] = { 200,400,401,403,404,405,407,408,410,413,421,422,425,429,500,501,502,503,504,
|
||||
const int codes[CODES] = { 200,400,401,403,404,405,407,408,410,413,414,421,422,425,429,431,500,501,502,503,504,
|
||||
/* padding entries below, which will fall back to the default code */
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1};
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1};
|
||||
|
||||
unsigned mul, xor;
|
||||
unsigned bmul = 0, bxor = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue