mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 03:55:23 +00:00
This dramatically lower chances of reaching max open files limit as it works with two os.Pipe only, but it may be sub-optimal in some cases such as with the `-debug` switch because there are no guarded writes anymore when using `fmt.Fprintf` directly, such as when dumping request or responses.