Commit 874597b
authored
Fix the roundtrip test (#3710)
## Description
Since the server was actively closing the connection it is possible
that the client would not have read the response yet by the time the
connection is closed.
## Breaking Changes
<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->
## Notes & open questions
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## Change checklist
<!-- Remove any that are not relevant. -->
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
- [ ] List all breaking changes in the above "Breaking Changes" section.
- [ ] Open an issue or PR on any number0 repos that are affected by this
breaking change. Give guidance on how the updates should be handled or
do the actual updates themselves. The major ones are:
- [ ] [`quic-rpc`](https://github.com/n0-computer/quic-rpc)
- [ ] [`iroh-gossip`](https://github.com/n0-computer/iroh-gossip)
- [ ] [`iroh-blobs`](https://github.com/n0-computer/iroh-blobs)
- [ ] [`dumbpipe`](https://github.com/n0-computer/dumbpipe)
- [ ] [`sendme`](https://github.com/n0-computer/sendme)
<!-- Message of single commit: -->1 parent 3f4d365 commit 874597b
1 file changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | | - | |
1623 | 1622 | | |
1624 | 1623 | | |
1625 | 1624 | | |
| |||
1630 | 1629 | | |
1631 | 1630 | | |
1632 | 1631 | | |
1633 | | - | |
1634 | | - | |
1635 | | - | |
| 1632 | + | |
| 1633 | + | |
1636 | 1634 | | |
| 1635 | + | |
1637 | 1636 | | |
1638 | 1637 | | |
1639 | 1638 | | |
| |||
1684 | 1683 | | |
1685 | 1684 | | |
1686 | 1685 | | |
1687 | | - | |
1688 | 1686 | | |
1689 | | - | |
| 1687 | + | |
1690 | 1688 | | |
| 1689 | + | |
1691 | 1690 | | |
1692 | 1691 | | |
1693 | 1692 | | |
| |||
1708 | 1707 | | |
1709 | 1708 | | |
1710 | 1709 | | |
1711 | | - | |
| 1710 | + | |
1712 | 1711 | | |
1713 | 1712 | | |
1714 | 1713 | | |
1715 | 1714 | | |
1716 | | - | |
| 1715 | + | |
1717 | 1716 | | |
1718 | 1717 | | |
1719 | 1718 | | |
1720 | 1719 | | |
1721 | 1720 | | |
1722 | 1721 | | |
1723 | | - | |
| 1722 | + | |
1724 | 1723 | | |
1725 | 1724 | | |
1726 | 1725 | | |
1727 | 1726 | | |
1728 | 1727 | | |
1729 | 1728 | | |
1730 | | - | |
| 1729 | + | |
1731 | 1730 | | |
1732 | 1731 | | |
1733 | 1732 | | |
| |||
1801 | 1800 | | |
1802 | 1801 | | |
1803 | 1802 | | |
| 1803 | + | |
1804 | 1804 | | |
1805 | 1805 | | |
1806 | 1806 | | |
| |||
0 commit comments