Skip to content

Commit

Permalink
Remove mention of multiple threads reading the stream
Browse files Browse the repository at this point in the history
It *does* work but I can't think of a reason to do it so it doesn't need
to be mentioned in the readme.
  • Loading branch information
pR0Ps committed Apr 25, 2023
1 parent 518e94d commit dc37eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Features:
- Can calculate the total size of the resulting zip file before generation even begins.
- Flexible API: Typical use cases are simple, complicated ones are possible.
- Supports zipping data from files, bytes, strings, and any other iterable objects.
- Threadsafe: Won't mangle data if multiple threads concurrently add/read data to/from the same stream.
- Threadsafe: Won't mangle data if multiple threads concurrently add data to the same stream.
- Includes a clone of Python's `http.server` module with zip support added. Try `python -m zipstream.server`.
- Automatically uses Zip64 extensions, but only if they are required.
- No external dependencies.
Expand Down

0 comments on commit dc37eb1

Please sign in to comment.