Age | Commit message (Collapse) | Author |
|
|
|
#25311, closes #25321)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Always request last data block of exact size remaining to download if possible not the current block size.
|
|
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
|
|
|
|
|
|
#23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
|
|
|
|
|
|
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#24178)(closes #24778)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formats (#24667)
|
|
|
|
|
|
|
|
|
|
|