Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes go-openapi#126 This PR implements the proposal N°1 exposed in issue go-openapi#126: * if there is a non-zero timeout set with the request, we add this timeout to the operation context * applicable contexts are: runtime.Context -> operation.Context -> context.WithTimeout(t>0) * the actual behavior is determined by the shortest deadline set on those contexts Signed-off-by: Frederic BIDON <[email protected]>
- Loading branch information