Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 304 Bytes

missing-timeout.md

File metadata and controls

7 lines (4 loc) · 304 Bytes

Pattern: Missing timeout parameter

Issue: -

Description

Used when a method needs a timeout parameter in order to avoid waiting for a long time. If no timeout is specified explicitly the default value is used. For example for 'requests' the program will never time out (i.e. hang indefinitely).