home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1524666049

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/2066#issuecomment-1524666049 https://api.github.com/repos/simonw/datasette/issues/2066 1524666049 IC_kwDOBm6k_c5a4I7B 9599 2023-04-27T04:06:18Z 2023-04-27T04:06:18Z OWNER

Most recent httpx release is 0.24 a couple of weeks ago. Here's what changed in that version: https://github.com/encode/httpx/compare/0.23.3...0.24.0

It looks like that URL limit is new: https://github.com/encode/httpx/commit/57daabf673705954afa94686c0002801c93d31f3#diff-78d8d93b5dd4c77d99c3e2b46b7286ba71a8fd60e92d8bd4eee5fb200b4f87bfR149-R155

```python def urlparse(url: str = "", **kwargs: typing.Optional[str]) -> ParseResult: # Initial basic checks on allowable URLs. # ---------------------------------------

# Hard limit the maximum allowable URL length.
if len(url) > MAX_URL_LENGTH:
    raise InvalidURL("URL too long")

``` https://github.com/encode/httpx/blob/32e25497a36e6222cc64a758c98275b450dac28d/httpx/_urlparse.py#L153-L155

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1686042269  
Powered by Datasette · Queries took 0.902ms · About: github-to-sqlite