mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
f587654670
Some versions of some servers are returning malformed responses. Make the library either handle them or gracefully fail. The three server errors "fixed" here are as follows. 1. The attribute _NCProperties sometimes has a trailing nul character in its value. Soln is to elide the nul(s). 2. Sometimes a DAP response has no data part, only a DMR. Soln is to detect and return an error code instead of crashing. 3. Sometimes a server returns a redirection, but our current openmagic() function was not following the redirect. Soln is to follow redirects. Also because of #2, I am temporarily making --disable-dap-remote-tests be the default. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
H5FDhttp.c | ||
H5FDhttp.h | ||
hdf5attr.c | ||
hdf5cache.c | ||
hdf5create.c | ||
hdf5dim.c | ||
hdf5dispatch.c | ||
hdf5file.c | ||
hdf5grp.c | ||
hdf5internal.c | ||
hdf5open.c | ||
hdf5type.c | ||
hdf5var.c | ||
Makefile.am | ||
nc4hdf.c | ||
nc4info.c | ||
nc4mem.c | ||
nc4memcb.c |