[roll] Roll fuchsia [http-client] Assert error is None

Currently we are seeing a very anemic test failure:
```
[stdout - test_fetch_http_big_stream]:
thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `None`,
 right: `Some(200)`',
../../src/connectivity/network/http-client/integration/src/lib.rs:90:5
```

This change should provide more information when such failures occur.

Replace point accesses with destructuring while I'm here.

Multiply: http-client-integration-test
Original-Bug: 82499
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/571081
Original-Revision: de0049e40a4eef28b368058f4c1c0864344830ca
GitOrigin-RevId: b60039e984c9e996ff3895e8e22e923038d9f3b8
Change-Id: I515e2fb01d2a467706c19cd1863d068b0f994bbb
1 file changed
tree: 006b02967226388685f48a0b59abfdf66649ebc4
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.