diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:58:28 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:58:28 +0000 |
commit | bbee6e0814d5875b85b81f26fd4ca7a28b6f9570 (patch) | |
tree | 726fcf32b39ca8976d7aa51b67c7236509f1bde4 /subversion/libsvn_ra_serf/replay.c | |
parent | 38cef28c88864beaadac7a7cffdec6da952c3eb2 (diff) |
Notes
Diffstat (limited to 'subversion/libsvn_ra_serf/replay.c')
-rw-r--r-- | subversion/libsvn_ra_serf/replay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/libsvn_ra_serf/replay.c b/subversion/libsvn_ra_serf/replay.c index bb90ad4a8041..27b4bdce9656 100644 --- a/subversion/libsvn_ra_serf/replay.c +++ b/subversion/libsvn_ra_serf/replay.c @@ -666,7 +666,7 @@ svn_ra_serf__replay_range(svn_ra_session_t *ra_session, apr_pool_t *subpool = svn_pool_create(scratch_pool); if (session->http20) { - /* ### Auch... this doesn't work yet... + /* ### Auch... this doesn't work yet... This code relies on responses coming in in an exact order, while http2 does everything to deliver responses as fast as possible. @@ -701,7 +701,7 @@ svn_ra_serf__replay_range(svn_ra_session_t *ra_session, wish for the best. See issue #4287: - http://subversion.tigris.org/issues/show_bug.cgi?id=4287 + https://issues.apache.org/jira/browse/SVN-4287 */ if (session->supports_rev_rsrc_replay) { |