Skip to content

Commit 6ae1974

Browse files
committed
update doc
1 parent e36ceb1 commit 6ae1974

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Version: 2.3
2323
Future:
2424
1. 使用rsa保证rpc通信安全
2525
2. swift_rpc完善RQ异步任务队列
26+
3. 增加request json body的识别,在这基础上做安全的封装
2627

2728
Tornado RPC Server Usage:
2829

test_server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ def test(args,**kwargs):
1717
import chardet
1818
def get_result(job_id):
1919
return redis_conn.hgetall(job_id)
20-
# job_id = job_id.split(':')[2]
21-
# res = fetch(job_id.decode("utf-8", "ignore"),redis_conn)
22-
# return res.to_dict()
2320

2421
def test_block(args):
2522
time.sleep(5)

0 commit comments

Comments
 (0)