torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

add new line at the end of inner hs descriptor #133

Closed trinity-1686a closed 11 months ago

trinity-1686a commented 11 months ago

this seems to be the root cause of tpo/core/arti#952. Not having this new line seems out of spec, each entry is supposed to end with a NL, including the final one.

I'm not entirely sure if the change is required in the case there is no intro points. I think it is but I'm not familiar enough with the code to make sure myself.

atagar commented 11 months ago

Thanks Trinity, LGTM. Merged.