mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Use wireutil.reply() where possible.
This commit is contained in:
parent
90b39306a8
commit
7f74ecd7af
8 changed files with 32 additions and 128 deletions
|
@ -37,7 +37,7 @@ var wireutil = {
|
|||
)
|
||||
.encodeNB()
|
||||
}
|
||||
, response: function(source) {
|
||||
, reply: function(source) {
|
||||
var seq = 0
|
||||
return {
|
||||
okay: function(data, body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue