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

Fixes in Http steps #119

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Fixes in Http steps #119

merged 1 commit into from
Sep 19, 2023

Conversation

otsch
Copy link
Member

@otsch otsch commented Sep 19, 2023

  • Fix in HttpCrawl (Http::crawl()) step: when a page contains a broken link, that can't be resolved and throws an Exception from the URL library, ignore the link and log a warning message.
  • Minor fix for merging HTTP headers when an Http step gets both, statically defined headers and headers to use from array input.
  • Also CS Fixer changed a lot of empty classes and constructors.

* Fix in `HttpCrawl` (`Http::crawl()`) step: when a page contains a
broken link, that can't be resolved and throws an `Exception` from the
URL library, ignore the link and log a warning message.
* Minor fix for merging HTTP headers when an `Http` step gets both,
statically defined headers and headers to use from array input.
* Also CS Fixer changed a lot of empty classes and constructors.
@otsch otsch merged commit 63550d6 into main Sep 19, 2023
6 checks passed
@otsch otsch deleted the bugfix/crawl-step-broken-link branch September 19, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant