diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-07 10:47:02 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-07 10:47:02 +0000 |
| commit | 9301d02887e2d75457c3ee885418f44846ca3143 (patch) | |
| tree | f19ff6681df61dbfe31ed3ee51ca632b0324410c | |
| parent | 3d0177e837863f0e6143c269ee37266b59e69ab1 (diff) | |
testing SSL socket
| -rw-r--r-- | test_poco_http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_poco_http.c b/test_poco_http.c index e4c95a5..8107a22 100644 --- a/test_poco_http.c +++ b/test_poco_http.c @@ -17,6 +17,8 @@ using namespace Poco::Net; using namespace Poco; using namespace std; +// ./test_poco https://api.instagram.com/v1/tags/tycleeson/media/recent?client_id=c1d74d701fdf4ddd9f8d30ee9e8f944b + int main(int argc, char **argv) { if (argc != 2) |
