apache/brpc

command_name大于15个字符的时候会被截断

Open

#1.251 geöffnet am 22. Sept. 2020

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (3.936 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (16.226 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 19h) (30 gemergte PRs in 30 T)

Beschreibung

Describe the bug (描述bug) command_name大于15个字符的时候会截取前15个字符,比如:command_name="myhelloworldprocess",bvar中的read_command_name函数会返回"myhelloworldpro",而不是"myhelloworldprocess"。

To Reproduce (复现方法) 同上

Expected behavior (期望行为) 同上

Versions (各种版本) 所有版本

Additional context/screenshots (更多上下文/截图)

Contributor Guide