Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPClientError CFHTTPCookieCreateWithResponseHeaderFields #1270

Open
escamoteur opened this issue Jul 16, 2024 · 0 comments
Open

HTTPClientError CFHTTPCookieCreateWithResponseHeaderFields #1270

escamoteur opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@escamoteur
Copy link

I found in Sentry this stacktrace

  CFNetwork           0x1a2e4d500  CFHTTPCookieCreateWithResponseHeaderFields
  CFNetwork           0x1a2e29c0c  _CFURLResponseCreateFromArchiveList
  CFNetwork           0x1a2e28eb8  _CFURLResponseCreateFromArchiveList
  CFNetwork           0x1a2e28ea4  _CFURLResponseCreateFromArchiveList
  CFNetwork           0x1a2e28cb4  _CFURLResponseCreateFromArchiveList
  CFNetwork           0x1a2e286cc  _CFURLResponseCreateFromArchiveList
  CFNetwork           0x1a2eaca44  CFHostCreateWithName
  CFNetwork           0x1a2eac950  CFHostCreateWithName
  CFNetwork           0x1a2eabc7c  CFHostCreateWithName
  CFNetwork           0x1a2eabbd8  CFHostCreateWithName
  CFNetwork           0x1a2eabae4  CFHostCreateWithName
  libdispatch         0x1a9be4e58  _dispatch_block_async_invoke2
  libdispatch         0x1a9bd5dd0  _dispatch_client_callout
  libdispatch         0x1a9bdd3fc  _dispatch_lane_serial_drain
  libdispatch         0x1a9bddf60  _dispatch_lane_invoke
  libdispatch         0x1a9be8cb0  _dispatch_root_queue_drain_deferred_wlh
  libdispatch         0x1a9be8524  _dispatch_workloop_worker_thread
  libsystem_pthread   0x1feb87930  _pthread_wqthread
  libsystem_pthread   0x1feb840c8  start_wqthread

the HTTP request immediately before returned a 500 which is ok, but there shouldn't be such an internal exception following

@escamoteur escamoteur added package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants