Skip to content

Commit

Permalink
Merge 517f09e
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Sep 3, 2023
2 parents 1676329 + 517f09e commit c1b886a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*Zinc-HTTP-UnixSocket
connectTo: socketAddress
| status |
status := self primSocketConnectionStatus: socketHandle.
status == Unconnected
ifFalse: [ InvalidSocketStatusException
signal: 'Socket status must be unconnected before opening a new connection' ].

self primSocket: socketHandle connectTo: socketAddress
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "",
"super" : "TestCase",
"category" : "Zinc-Tests",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "ZnUnixSocketClientTest",
"type" : "normal"
}

0 comments on commit c1b886a

Please sign in to comment.