Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

?timeout=N is being ignored in the DSN #253

@mgedmin

Description

@mgedmin

Try this:

nc -k -l -p 9000  # have netcat listen on port 9000

then on a different terminal

python
>>> import raven
>>> raven.Client('http://user:password@localhost:9000/1?timeout=30').send()

Observe how the send() method times out after 1 second instead of the desired 30.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions