| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search-ranking-guzzle-1912568-3.patch | 1.16 KB | berdir |
| #1 | 1912568-1-convert_drupal_http_request_in_SearchRanking.patch | 1.54 KB | adammalone |
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search-ranking-guzzle-1912568-3.patch | 1.16 KB | berdir |
| #1 | 1912568-1-convert_drupal_http_request_in_SearchRanking.patch | 1.54 KB | adammalone |
Comments
Comment #1
adammaloneI've included the timeout but it can always be removed if not needed.
Comment #2
berdirI don't think this is necessary, it's just used once, so just do $client = ...
This should now use \Drupal::httpClient()
Comment #3
berdirLooks like guzzle defaults to that content type header if you pass in an array of post fields. Neat.
Comment #4
ParisLiakos commented..double post, see below..
Comment #5
ParisLiakos commentedIt makes sense:)
and this is where statistics.php is being used..i ll know where to look when i will rename it
heh, this looks good, thanks!
Comment #6
webchickAll right, let's get this out of the way and close a major!
Committed and pushed to 8.x. Thanks!