Skip to content

Exiting with 0, not doing anything #12

@Slyke

Description

@Slyke
$ curl-amd64 -X GET "https://google.com"
$ echo $?
0
$ curl-amd64 "https://google.com"
$ echo $?
0
$ curl-amd64 "https://asdfaskfhaklshfkjsahflkjas.com"
$ echo $?
0
$ curl-amd64 "http://asdfaskfhaklshfkjsahflkjas.com"
$ echo $?
0
$ curl-amd64 "http://localhost.:8080"
$ echo $?
0
$ curl-amd64
$ echo $?
0
$ uname -a
FreeBSD router.xyz 12.3-STABLE FreeBSD 12.3-STABLE RELENG_2_6_0-n226742-1285d6d205f pfSense  amd64

I created a simple http listener and nothing is sent out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions