mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix typos in last patch spotted by sebastian and karsten
svn:r15700
This commit is contained in:
parent
615c64efb8
commit
0f8761f9fa
@ -6,8 +6,8 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx
|
|||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- Try to attach connections immediately upon receiving a RENDEZVOUS2 or
|
- Try to attach connections immediately upon receiving a RENDEZVOUS2 or
|
||||||
RENDEZVOUS_ESTABLISHED cell. This can save a second or two on the
|
RENDEZVOUS_ESTABLISHED cell. This can save a second or two on the
|
||||||
client size when connecting to a hidden service. Bugfix on 0.0.6pre1.
|
client side when connecting to a hidden service. Bugfix on 0.0.6pre1.
|
||||||
Found and fixed by Christian Wilms; resolves butg 743.
|
Found and fixed by Christian Wilms; resolves bug 743.
|
||||||
|
|
||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- Change the contrib/tor.logrotate script so it makes the new
|
- Change the contrib/tor.logrotate script so it makes the new
|
||||||
|
@ -546,7 +546,7 @@ rend_client_rendezvous_acked(origin_circuit_t *circ, const char *request,
|
|||||||
/*XXXX021 This is a pretty brute approach. It'd be better to
|
/*XXXX021 This is a pretty brute approach. It'd be better to
|
||||||
* attach only the connections that are waiting on this circuit, rather
|
* attach only the connections that are waiting on this circuit, rather
|
||||||
* than trying to attach them all. */
|
* than trying to attach them all. */
|
||||||
/* If we already have the introduction circuit, built make sure we send
|
/* If we already have the introduction circuit built, make sure we send
|
||||||
* the INTRODUCE cell _now_ */
|
* the INTRODUCE cell _now_ */
|
||||||
connection_ap_attach_pending();
|
connection_ap_attach_pending();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user