Bug 6143 - handle_response API is poorly named
Summary: handle_response API is poorly named
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Henrik Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 11:58 CET by Samuel Mannehed
Modified: 2017-01-24 10:42 CET (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2017-01-19 11:58:43 CET
The method handle_response() is used to send the response back in a XMLRPC handler once all processing is done. This name is rather confusing as all other methods with "handle" in the name are callbacks. Perhaps "send_response()" would be better.

Note You need to log in before you can comment on or make changes to this bug.