Timeline
05/19/21:
- 13:24 Changeset in nginx [7845:5772da03faf8] by
- Core: fixed comment about msie_refresh escaping. After 12a656452ad1, …
- 13:10 Ticket #2188 (nginx -t with many worker_processes/reuseport is expensive) updated by
- This is not what happens. No worker processes are forked during …
- 12:39 Ticket #2188 (nginx -t with many worker_processes/reuseport is expensive) updated by
-
Description changed
- 12:37 Ticket #2188 (nginx -t with many worker_processes/reuseport is expensive) created by
-
nginx -t
forksworker_processes
worker processes just like normal … - 11:47 Ticket #2186 (Nginx issue for only specific url) closed by
- invalid: You may want to look into your server logs to find out where the error …
- 09:58 Changeset in nginx_org [2723:61a89c4f37cf] by
- Documented configure options for upstream random and stream set.
- 09:42 Ticket #2187 (nginx -t disrupts streamed udp traffic) created by
-
nginx -t
creates sockets with socket optionSO_REUSEADDR
. This, at … - 03:42 Ticket #2186 (Nginx issue for only specific url) created by
- We've get a issue about getting server error on specific url. Would …
- 01:33 Changeset in nginx-tests [1687:41b213d611f5] by
- Tests: mail max_errors tests.
- 01:33 Changeset in nginx-tests [1686:156cb84b3c23] by
- Tests: IMAP pipelining tests.
- 01:33 Changeset in nginx-tests [1685:869b312c214e] by
- Tests: additional IMAP tests.
- 01:33 Changeset in nginx-tests [1684:e7f0b4ca0a1a] by
- Tests: literals support in IMAP test backend.
- 01:33 Changeset in nginx-tests [1683:994d1b58cbe8] by
- Tests: POP3 pipelining tests.
- 01:33 Changeset in nginx-tests [1682:57ff83315818] by
- Tests: test for invalid SMTP commands split between packets. While …
- 01:33 Changeset in nginx-tests [1681:ac26f7f2b187] by
- Tests: test for split commands with SMTP pipelining.
- 01:33 Changeset in nginx-tests [1680:e6bf510f5e13] by
- Tests: removed $http_auth_smtp_to from POP3 and IMAP tests.
- 01:32 Changeset in nginx-tests [1679:74986ebee2fd] by
- Tests: added proxy_timeout in mail tests. Default proxy_timeout in …
- 01:32 Changeset in nginx-tests [1678:d0025a0dead7] by
- Tests: better timeout handling in mail tests. The eval + alarm model …
- 01:32 Changeset in nginx-tests [1677:f13ead27f89c] by
- Tests: improved stop() to send TERM after QUIT. It is possible that …
- 00:13 Changeset in nginx [7844:ec1071830799] by
- Mail: max_errors directive. Similarly to smtpd_hard_error_limit in …
- 00:13 Changeset in nginx [7843:b38728495e1a] by
- Mail: IMAP pipelining support. The change is mostly the same as the …
- 00:13 Changeset in nginx [7842:4b15f1b92100] by
- Mail: stricter checking of IMAP tags. Only "A-Za-z0-9-._" characters …
- 00:13 Changeset in nginx [7841:ccdf83bee8c1] by
- Mail: fixed backslash handling in IMAP literals. Previously, …
- 00:13 Changeset in nginx [7840:379d461eccf4] by
- Mail: removed dead s->arg_start handling. As discussed in the …
- 00:13 Changeset in nginx [7839:3974f4e56a4e] by
- Mail: fixed s->arg_start clearing on invalid IMAP commands. …
- 00:13 Changeset in nginx [7838:815c63581be4] by
- Mail: POP3 pipelining support. The change is mostly the same as the …
- 00:13 Changeset in nginx [7837:ba8a8299b904] by
- Mail: optimized discarding invalid SMTP commands. There is no need to …
- 00:13 Changeset in nginx [7836:6a81d96d3733] by
- Mail: fixed handling of invalid SMTP commands split between reads. …
- 00:13 Changeset in nginx [7835:c72d8839f427] by
- Mail: fixed SMTP pipelining to send the response immediately. …
05/18/21:
- 15:17 Changeset in nginx [8780:557dc6a06ba6]quic by
- HTTP/3: fixed server push after 9ec3e71f8a61. When using server push, …
- 13:02 Ticket #2185 (ngx_write_chain_to_file cannot be closed file when write error) updated by
- All files opened during request processing are bound to the request …
- 10:34 Changeset in nginx-tests [1676:816d6ceefe50] by
- Tests: added grpc tests with malformed headers.
- 06:20 Ticket #2185 (ngx_write_chain_to_file cannot be closed file when write error) updated by
-
Thanks comment.
In case
ngx_write_chain_to_file
has been called by … - 01:36 Ticket #2182 (Nginx doesn't delete temp cache files after a crash) updated by
- > I don't know if the cache manager has access to processes, but in …
- 01:11 Ticket #2182 (Nginx doesn't delete temp cache files after a crash) updated by
- I understand that it's better to use reload. But there are some cases …
- 00:53 Ticket #2183 (Don't do simultaneous download from origin) updated by
- Thank you, I overlooked these.
05/17/21:
- 20:26 Ticket #2184 (ngx_http_parse_header_line) closed by
- duplicate: Closing this as a duplicate of #629. I believe [ticket:629#comment:4 …
- 20:25 Ticket #629 (Nginx as a reverse proxy will not pass headers that contain a period.) updated by
- See also #2184.
- 20:01 Ticket #2184 (ngx_http_parse_header_line) updated by
- Sergey, thanks for linking to the discussion on github. So, what's the …
- 18:24 Ticket #2185 (ngx_write_chain_to_file cannot be closed file when write error) closed by
- invalid: Since ngx_write_chain_to_file() does not open the file, it's not its …
- 11:30 Changeset in nginx_org [2722:1261698ec228] by
- Documented the max_errors directive for mail.
- 08:59 Ticket #2184 (ngx_http_parse_header_line) updated by
- For further reading: https://github.com/httpwg/http-core/issues/30
- 07:14 Ticket #2185 (ngx_write_chain_to_file cannot be closed file when write error) created by
-
ngx_write_chain_to_file
cannot be closed file when ngx_write_file …
05/16/21:
- 16:02 Ticket #2184 (ngx_http_parse_header_line) created by
- nginx treats dots "." as invalid characters in HTTP header field …
05/15/21:
- 14:10 Ticket #2181 (Custom access log is not working when error occurs.) closed by
- invalid: So you have the following in your errors.conf configuration file: …
- 13:43 Ticket #2181 (Custom access log is not working when error occurs.) updated by
- Hi Maxim, Thanks for looking into this issue... Please find rest of …
- 01:35 Ticket #2181 (Custom access log is not working when error occurs.) updated by
- So, it looks like the error 400 is generated by naxsi, likely per …
05/14/21:
- 11:27 Changeset in nginx_org [2731:5d15140ad319] by
- Linux packages: added Ubuntu 21.04 'hirsute'.
- 10:39 Changeset in nginx_org [2730:5235e67595b4] by
- Linux packages: added Amazon Linux 2.
- 07:45 Ticket #2181 (Custom access log is not working when error occurs.) updated by
- An API Error occurs means when we try the following API, it return …
05/13/21:
- 20:18 Ticket #2182 (Nginx doesn't delete temp cache files after a crash) updated by
-
Priority, Type changed
While it would be nice to have something to remove stale temporary … - 19:47 Ticket #2183 (Don't do simultaneous download from origin) closed by
- worksforme: You are looking for [http://nginx.org/r/proxy_cache_lock …
- 19:18 Ticket #2181 (Custom access log is not working when error occurs.) updated by
- Please define "when an API error occurs". It might be also helpful if …
- 17:40 Ticket #2183 (Don't do simultaneous download from origin) created by
- We use nginx as a caching proxy. When request comes, nginx calculates …
- 17:27 Ticket #2182 (Nginx doesn't delete temp cache files after a crash) created by
- When Nginx cache module is downloading an object from an upstream, it …
- 14:51 Ticket #2181 (Custom access log is not working when error occurs.) created by
- Hi, I want to do custom logging. When I have URI containing “A”( as …
05/12/21:
- 14:34 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) updated by
- It's deprecated: …
- 14:17 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) updated by
-
What's wrong with adding key via
apt-key add
thoguh? This is the … - 13:46 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) updated by
-
Owner, Status changed
- 13:46 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) updated by
- Alternatively, we might want to use /usr/share/keyrings to drop the …
- 13:41 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) updated by
- Indeed, this seems to be wrong for Ubuntu Xenial. I guess my manual …
- 13:16 Ticket #2180 (Installation instructions fail on Ubuntu 16.04) created by
- Installation instructions for Ubuntu were changed recently and …
- 09:50 Changeset in nginx-tests [1675:0d1cec688111] by
- Tests: logging ssl variables with lingering close.
05/11/21:
- 13:33 Ticket #2016 (nginx does not percent-encode Location header properly) closed by
- duplicate: Duplicate of #882.
- 13:32 Ticket #882 (Unencoded Location: header when redirecting) updated by
- See also #2016.
- 10:14 Ticket #2178 (Package for Debian 9 (stretch)) closed by
- wontfix: Hi! Our policy is to provide packages for operating systems during …
05/08/21:
- 17:33 Ticket #1606 (WebAssembly doesn't work on Firefox/Chrome due to missing MIME type) closed by
- fixed: Committed. Thanks for prodding this.
- 17:33 Ticket #1606 (WebAssembly doesn't work on Firefox/Chrome due to missing MIME type) updated by
- In [changeset:"b3f4d83d6fd0299ca5db6636d35e0a7d217149ba/nginx" …
- 17:31 Changeset in nginx [7834:b3f4d83d6fd0] by
- MIME: added application/wasm type (ticket #1606).
- 00:42 Ticket #2176 (Get only 200 responses when "if_modified_since" is set to "off") updated by
-
Status changed
> 1. Am I correct in thinking that the check order is an optimization …
05/07/21:
- 18:37 Ticket #1606 (WebAssembly doesn't work on Firefox/Chrome due to missing MIME type) updated by
- See also #2168.
- 18:37 Ticket #2168 (Add application/wasm -- Recently approved by IANA) closed by
- duplicate: Duplicate of #1606.
05/06/21:
- 10:52 Changeset in nginx-tests [1674:55816c5fc861] by
- Tests: variables support in certificates to upstream.
- 09:36 Changeset in nginx [8776:901126931bd5]quic by
- QUIC: consider NEW_CONNECTION_ID a probing frame. According to …
05/05/21:
- 23:22 Changeset in nginx [7833:3ab8e1e2f0f7] by
- Upstream: variables support in certificates.
- 23:22 Changeset in nginx [7832:be82e72c9af8] by
- Auth basic: changed alcf->user_file to be a pointer. This saves some …
- 23:22 Changeset in nginx [7831:bdd4d89370a7] by
- Changed complex value slots to use NGX_CONF_UNSET_PTR. With this …
- 16:32 Changeset in nginx [8778:5186ee5a94b9]quic by
- QUIC: simplified sending 1-RTT only frames.
- 15:11 Changeset in nginx [8777:d5f93733c17d]quic by
- QUIC: relaxed client id requirements. Client IDs cannot be reused on …
- 14:15 Changeset in nginx [8779:f52a2b77d406]quic by
- QUIC: generic buffering for stream input. Previously each stream had …
- 12:28 Changeset in nginx_org [2720:9c3691c24f9e] by
- Regenerated.
- 12:28 Changeset in nginx_org [2719:091bba61c646] by
- nginx service mesh 1.0 promo.
- 12:15 Changeset in nginx [8774:f4d3f5d93a82]quic by
- HTTP/3: moved session initialization to a separate file. Previously …
- 12:15 Changeset in nginx [8767:33ec97749b5f]quic by
- HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.
- 12:09 Changeset in nginx [8773:b43e50f47b2e]quic by
- HTTP/3: separate header files for existing source files.
- 12:00 Changeset in nginx [8772:345370fdd32d]quic by
- HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c. …
- 11:53 Changeset in nginx [8769:9ec3e71f8a61]quic by
- HTTP/3: reference h3c directly from ngx_http_connection_t. …
- 10:28 Changeset in nginx [8765:687445803d0f]quic by
- HTTP/3: reject empty DATA and HEADERS frames on control stream. …
- 09:54 Changeset in nginx [8770:67f0eb150047]quic by
- HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
05/04/21:
- 19:50 Changeset in nginx_org [2718:fb41de2d765a] by
- Added default_server to ssl_reject_handshake example.
- 19:47 Changeset in nginx_org [2717:ff8eeb6ac833] by
- Updated with Netcraft April 2021 Web Server Survey stats.
- 10:38 Changeset in nginx [8766:70701edfc5d4]quic by
- HTTP/3: fixed decoder stream stubs. Now ngx_http_v3_ack_header() and …
- 09:17 Ticket #2179 (QUIC: multiple hosts listening on quic cause config verification fail) closed by
- invalid: Such behaviour is caused by specifying the 'reuseport' option twice …
05/03/21:
- 13:22 Ticket #2176 (Get only 200 responses when "if_modified_since" is set to "off") updated by
-
Description changed
05/02/21:
- 07:46 Ticket #2179 (QUIC: multiple hosts listening on quic cause config verification fail) created by
- Having two server blocks listen on quic causes nginx -t to fail with …
05/01/21:
- 17:14 Ticket #2178 (Package for Debian 9 (stretch)) created by
- Hello! Why Debian 9 isn't support by you? Latest version of nginx for …
- 04:46 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) closed by
- wontfix: Just updated my xcode command-line tools, and can confirm that …
- 02:04 Ticket #2177 (Add audio/opus to mime.types) updated by
- Thanks for the reply and links. Understood on the denial. Replying to …
04/30/21:
- 23:59 Ticket #279 (mime.types: audio/ogg for .opus files) updated by
- See also #2177.
- 23:13 Ticket #2177 (Add audio/opus to mime.types) closed by
- duplicate: From the https://en.wikipedia.org/wiki/Opus_(audio_format) and …
- 21:04 Ticket #2177 (Add audio/opus to mime.types) updated by
-
Description changed
Fixed the code block...my bad. - 21:00 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) updated by
- For the record, __DARWIN_ALIGN32 definitely seems to be (already) …
- 20:37 Ticket #2177 (Add audio/opus to mime.types) created by
- I would like to see the following added to mime.types: […] …
- 16:10 Changeset in nginx [8768:40d710a66aef]quic by
- HTTP/3: ngx_http_v3_get_session() macro. It's used instead of …
- 13:38 Ticket #2176 (Get only 200 responses when "if_modified_since" is set to "off") created by
- Hello, These last days, I tried to understand how web servers like …
- 13:16 Changeset in nginx_org [2716:f82f16e327f2] by
- Added info about js_var to r.internalRedirect in njs.
- 11:05 Changeset in nginx_org [2715:a9c2fe68da66] by
- Regenerated.
- 11:05 Changeset in nginx_org [2714:077508e4ed7a] by
- njs webinar promo updated.
04/29/21:
- 17:37 Ticket #458 (Win32: autoindex module doesn't support Unicode names) updated by
- See also #2175.
- 17:37 Ticket #2175 (autoindex is not compatible with utf-8 characters (1.20.0)) closed by
- duplicate: Given the error message in the serverfault question, it looks like you …
- 17:00 Ticket #2175 (autoindex is not compatible with utf-8 characters (1.20.0)) created by
- As described here; https://serverfault.com/q/1062035/454723 I get a …
- 12:35 Changeset in nginx [8763:4117aa7fa38e]quic by
- QUIC: connection migration. The patch adds proper transitions between …
- 12:28 Ticket #2174 (Confusion Around Time Units for Directives like proxy_read_timeout) closed by
- invalid: Units used in various configuration directives, including the …
04/28/21:
- 23:24 Ticket #2174 (Confusion Around Time Units for Directives like proxy_read_timeout) created by
- The documentation for proxy_read_timeout is a little vague when it …
- 21:37 Changeset in nginx_org [2721:7041bddec07d] by
- Documented variables support for certificates in proxy, uwsgi, grpc.
- 21:32 Ticket #2173 (Nginx simple proxy set-up returns 400 (Bad Request)) closed by
- invalid: It looks like you've configured machine A to use nginx on machine B as …
- 19:28 Ticket #2173 (Nginx simple proxy set-up returns 400 (Bad Request)) created by
- Context: I have my client application running on a machine (A) …
- 10:37 Changeset in nginx [8764:0bd1dd39a08b]quic by
- QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.
- 08:30 Changeset in nginx [8775:6e2c23481abb]quic by
- HTTP/3: clean up table from session cleanup handler. Previously table …
04/27/21:
- 20:03 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) updated by
- Thank you Maxim. I have found the issue and it was our code modifying …
- 18:32 Changeset in nginx [8771:0981329169ea]quic by
- HTTP/3: renamed ngx_http_v3_client_XXX() functions. The functions are …
- 12:53 Ticket #2172 (it will be core when ngx_event_connect_peer connect fail) closed by
- invalid: Looks like an issue in reporter's local modifications, there is no …
- 12:33 Ticket #2172 (it will be core when ngx_event_connect_peer connect fail) updated by
- it finished
- 12:32 Ticket #2172 (it will be core when ngx_event_connect_peer connect fail) updated by
-
Description changed
- 12:09 Ticket #2172 (it will be core when ngx_event_connect_peer connect fail) created by
04/26/21:
- 16:02 Ticket #267 (Introduce static variables) updated by
- See also ticket:2128#comment:2.
- 16:00 Ticket #2128 (Using a variable in the resolver directive) closed by
- wontfix: So it looks like you are asking for macro expansion during …
- 13:40 Ticket #615 (Ability to specify different SSL certificate based on negotiated ...) closed by
- fixed: Loading multiple certificates of different types is implemented in …
- 13:12 Ticket #2128 (Using a variable in the resolver directive) reopened by
- Today we need to support many different environments like static well …
- 11:52 Changeset in nginx_org [2713:efb3d27dfa23] by
- Updated docs for the upcoming NGINX Plus release.
04/25/21:
- 21:43 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) closed by
- invalid: > You were right that when I enabled warning in the error log, I can …
- 16:44 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) updated by
- Thank you for the extra information. I was doing some further …
04/24/21:
- 03:21 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) updated by
- One of the expected changes in 1.19.1 is that extra data sent by the …
- 02:29 Ticket #2171 (Nginx causing missing body content data since v1.19.1) closed by
- duplicate: Duplicate of #2169.
- 02:29 Ticket #2170 (Nginx causing missing body content data since v1.19.1) closed by
- duplicate: Duplicate of #2169.
04/23/21:
- 21:13 Ticket #2170 (Nginx causing missing body content data since v1.19.1) updated by
- Sorry, Posted again in the wrong section. Re-created it properly in a …
- 21:12 Ticket #2171 (Nginx causing missing body content data since v1.19.1) created by
- We are running puma + latest ruby on rails behind nginx (via …
- 16:55 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) updated by
- Moved to the proper component section.
- 16:54 Ticket #2170 (Nginx causing missing body content data since v1.19.1) created by
- We are running puma + latest ruby on rails behind nginx. We have been …
- 15:35 Ticket #2169 (Nginx causing missing body content data since v1.19.1.) created by
- We are running puma + latest ruby on rails behind nginx. We have been …
04/22/21:
- 16:29 Ticket #2168 (Add application/wasm -- Recently approved by IANA) created by
- Also see #1606 Added recently: …
- 13:18 Ticket #2167 (variable support in proxy_protocol stream module) created by
- Considering a use case when ngx_stream_ssl_preread_module (ssl_preread …
- 13:12 Changeset in nginx [7830:f2ff291bbdac] by
- Restored zeroing of ngx_channel_t in ngx_pass_open_channel(). Due to …
- 10:51 Changeset in nginx-tests [1673:7d40f2557a45] by
- Tests: added smtp_client_buffer test.
- 10:49 Changeset in nginx [8762:12f18e0bca09]quic by
- HTTP/3: adjusted control stream parsing. 7.2.1: If a DATA frame is …
- 00:35 Ticket #640 (enable usage of $ in variable) updated by
- To make this bug easier to find, it is about a literal dollar …
04/21/21:
- 21:27 Ticket #2159 (Massmail problems with mail module) closed by
- fixed: Thanks for testing, fix committed.
- 21:25 Ticket #2159 (Massmail problems with mail module) updated by
- In [changeset:"2851e4c7de030d4f7efc9fe4f7a3e1107c0d1a43/nginx" …
- 20:24 Changeset in nginx [7829:2851e4c7de03] by
- Mail: fixed reading with fully filled buffer (ticket #2159). With …
- 20:24 Changeset in nginx [7828:c40f7a65c506] by
- Version bump.
- 13:09 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) updated by
- Given that it is macOS issue which is only triggered by using clang …
- 12:40 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) updated by
- Perhaps -Wno-gnu-folding-constant on Darwin, similar to the existing …
04/20/21:
- 22:07 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) updated by
- This looks like due to a defective __DARWIN_ALIGN32 macro used to …
- 20:33 Ticket #2166 (Nginx-1.20.0 fails to build using clang 12.0.0 public release) created by
- The issue is the fact that -Werror is turned on, and the following …
- 15:29 Ticket #2057 ($slice_range variable does not work in set directive.) closed by
-
invalid: As explained in comment:1, the
$slice_range
is not expected to work … - 15:27 Ticket #2158 (ngx_stream_core_module Add $preread_server_name from http header.HOST) closed by
- wontfix: Closing this for reasons explained in comment:1.
- 15:05 Tickets #2057,2120,2158 batch updated by
-
Milestone changed
Ticket retargeted after milestone closed - 15:05 Milestone nginx-1.19 completed
- Status: ongoing development Trunk: mainline 1.19 planned …
- 15:04 Milestone nginx-1.20.0 completed
- Status: scheduled Trunk: stable * A first cut from the 1.20 …
- 14:49 Changeset in nginx_org [2712:caa04d53b7af] by
- nginx-1.20.0
- 13:35 Changeset in nginx [7827:3ebf8a5fb670]stable-1.20 by
- release-1.20.0 tag
- 13:35 Changeset in nginx [7826:1df854b66534]stable-1.20release-1.20.0 by
- nginx-1.20.0-RELEASE
- 13:06 Changeset in nginx [7825:1231c9e3afb8]stable-1.20 by
- Stable branch.
- 08:01 Ticket #2165 (minor nginx-tests issue) closed by
- wontfix: This is a defect in Test::Builder. Test-Simple 0.99 @2013-Oct-12 or …
- 06:49 Ticket #2165 (minor nginx-tests issue) created by
- ./mirror.t ................................. ok Use of uninitialized …
04/19/21:
- 16:13 Ticket #2162 (Detected socket leaks after restarting worker processes) updated by
- > When we have changed their nginx's configurations, and reloaded …
- 15:04 Ticket #2160 (Cache loader process doesn't exit after master process is stopped with ...) closed by
- worksforme: Feedback timeout.
- 14:26 Ticket #2164 (Unable to add `$upstream_addr` to a response header field) updated by
- Works fine here, including the long obsolete 1.15.8 version of nginx. …
- 14:25 Changeset in nginx [8761:225e9f1dfe7c]quic by
- QUIC: renamed stream variables from sn to qs. Currently both names …
- 14:21 Changeset in nginx [8760:baf9551b4a5b]quic by
- QUIC: renamed stream field from c to connection.
- 10:38 Ticket #2164 (Unable to add `$upstream_addr` to a response header field) created by
-
Whenever
$upstream_addr
is added to any header field with …
Note:
See TracTimeline
for information about the timeline view.