Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #6995

Closed (moved)
Open
Opened Sep 29, 2012 by Steven Murdoch@sjm217

Minor bug in Tor control spec

In the section of the control spec:

2.3. Replies from Tor to the controller

   Reply = SyncReply / AsyncReply
   SyncReply = *(MidReplyLine / DataReplyLine) EndReplyLine
   AsyncReply = *(MidReplyLine / DataReplyLine) EndReplyLine

   MidReplyLine = StatusCode "-" ReplyLine
   DataReplyLine = StatusCode "+" ReplyLine Data
   EndReplyLine = StatusCode SP ReplyLine
   ReplyLine = [ReplyText] CRLF
   ReplyText = XXXX
   StatusCode = 3DIGIT

The line starting with DataReplyLine should read DataReplyLine = StatusCode "+" ReplyLine CmdData

Pointed out by Richard Clayton.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#6995