mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
drop FATAL, do it separate PR
This commit is contained in:
parent
f63d275137
commit
7070a7ea14
46 changed files with 46 additions and 46 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#***************************************************************************
|
||||
|
||||
use strict;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use warnings;
|
||||
|
||||
# This script invokes nghttpx properly to have it serve HTTP/2 for us.
|
||||
# nghttpx runs as a proxy in front of our "actual" HTTP/1 server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue