mirror of
				https://git.proxmox.com/git/pve-http-server
				synced 2025-10-31 06:10:29 +00:00 
			
		
		
		
	increase max POST data limit to 64 KB
this matches also our wbuf_max settings of our AnyEvent handle Tested with 1000 parallel started dummy POST request with 64KB payload, wh It should not be too problematic to increase the limit Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		
							parent
							
								
									e703c558be
								
							
						
					
					
						commit
						967dcb7682
					
				| @ -47,7 +47,7 @@ use Data::Dumper; | ||||
| 
 | ||||
| my $limit_max_headers = 30; | ||||
| my $limit_max_header_size = 8*1024; | ||||
| my $limit_max_post = 16*1024; | ||||
| my $limit_max_post = 64*1024; | ||||
| 
 | ||||
| my $known_methods = { | ||||
|     GET => 1, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Thomas Lamprecht
						Thomas Lamprecht